X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.h;h=64a5b2973392004732a608ffd85928a65f5685c0;hb=6b6718a372daeaa66d69e126f9ee4a9bf46bf059;hp=720b9f23d78b8c4903e01aafccd50cbcb3d5e8d4;hpb=a353919df75c25331144602421353a856f4236d6;p=pspp diff --git a/src/libpspp/message.h b/src/libpspp/message.h index 720b9f23d7..64a5b29733 100644 --- a/src/libpspp/message.h +++ b/src/libpspp/message.h @@ -100,7 +100,8 @@ void msg (enum msg_class, const char *format, ...) PRINTF_FORMAT (2, 3); void msg_emit (struct msg *); -void msg_error (int errnum, const char *format, ...); +void msg_error (int errnum, const char *format, ...) + PRINTF_FORMAT (2, 3); /* Enable and disable messages. */