X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.c;h=2a2f543f7e95cedec2680f64d55d4cc7262af369;hb=0fc606c52d7cec253af9b7463b15baabfbc9a33a;hp=de3dab8df754efb40cd357ee1311cbc3223cb7a3;hpb=a353919df75c25331144602421353a856f4236d6;p=pspp diff --git a/src/libpspp/message.c b/src/libpspp/message.c index de3dab8df7..2a2f543f7e 100644 --- a/src/libpspp/message.c +++ b/src/libpspp/message.c @@ -273,7 +273,7 @@ static void ship_message (struct msg *m) { entrances++; - if ( ! m->shipped ) + if (! m->shipped) { if (msg_handler && entrances <= 1) msg_handler (m, msg_aux); @@ -309,7 +309,7 @@ process_msg (struct msg *m) if (too_many_errors || (too_many_notes && m->severity == MSG_S_NOTE) - || (warnings_off && m->severity == MSG_S_WARNING) ) + || (warnings_off && m->severity == MSG_S_WARNING)) return; ship_message (m); @@ -396,7 +396,7 @@ request_bug_report (const char *msg) #else "Unknown" #endif - ); +); fprintf (stderr, "******************************************************\n"); }