Commit 734da213 authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Args.c: Fix syntax errors for builds using -UPANORAMIX.

parent 4998e62c
...@@ -1229,7 +1229,7 @@ static void nxagentParseOptions(char *name, char *value) ...@@ -1229,7 +1229,7 @@ static void nxagentParseOptions(char *name, char *value)
} }
#else #else
nxagentChangeOption(Xinerama, 0); nxagentChangeOption(Xinerama, 0);
fprintf(stderr, "Warning: No Xinerama support compiled into nxagent.\n") fprintf(stderr, "Warning: No Xinerama support compiled into nxagent.\n");
#endif /* of PANORAMIX */ #endif /* of PANORAMIX */
return; return;
} }
......
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