Commit 65e83e09 authored by Wayne Davison's avatar Wayne Davison

Don't set an "rc" var that we aren't going to use.

parent 4f375592
......@@ -471,7 +471,7 @@ if (_popt_debug)
}
#endif
rc = execvp(argv[0], (char *const *)argv);
execvp(argv[0], (char *const *)argv);
return POPT_ERROR_ERRNO;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment