Skip to content
Snippets Groups Projects
Commit 6f0bbe81 authored by ram's avatar ram
Browse files

missing ;

parent 542379d6
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ void greet_client(int socket) {
if( global_will_trace ) {
printf("Opening display on '%s' for app '%s' class '%s'\n",dpy_name,
app_name,app_class);
fflush(stdout)};
fflush(stdout);};
display = XtOpenDisplay(app_context, dpy_name,
app_name, app_class,
NULL, 0,
......
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