Commit 6c962296 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Args.c: Fix compile bug with DEBUG enabled

parent 76ce623a
...@@ -1603,7 +1603,7 @@ void nxagentProcessOptionsFile(char * filename) ...@@ -1603,7 +1603,7 @@ void nxagentProcessOptionsFile(char * filename)
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "nxagentProcessOptionsFile: Going to process option file [%s].\n", fprintf(stderr, "nxagentProcessOptionsFile: Going to process option file [%s].\n",
validateString(filename); validateString(filename));
#endif #endif
/* /*
......
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