We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcb20b commit 66a7d89Copy full SHA for 66a7d89
1 file changed
demo/print_frontend.c
@@ -87,7 +87,7 @@ gpointer parse_commands(gpointer user_data)
87
scanf("%s%s", printer_id, backend_name);
88
g_message("Getting all attributes ..\n");
89
PrinterObj *p = find_PrinterObj(f, printer_id, backend_name);
90
-
+
91
if(p == NULL)
92
continue;
93
0 commit comments