Skip to content
Snippets Groups Projects
Commit 6610ba99 authored by rswindell's avatar rswindell
Browse files

Added missing 'p' variable.

parent d5308ec3
No related branches found
No related tags found
No related merge requests found
......@@ -617,6 +617,7 @@ int main(int argc, char** argv)
{
int i;
char ch;
char* p;
char* arg;
char* ctrl_dir;
BOOL quit=FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment