X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmessage-dialog.h;h=e5a6e2f62635031f795334b44d5391aed720709d;hb=2b6f9b8c607743ea7324b2b7e9a3b3fe7afa5f4e;hp=63de934e4dcef90a4a6dd7c9138ab48aaa2f9c4f;hpb=cf63d499efd5e6ca3a7dcc6386b3b87bd31bfda9;p=pspp diff --git a/src/ui/gui/message-dialog.h b/src/ui/gui/message-dialog.h index 63de934e4d..e5a6e2f626 100644 --- a/src/ui/gui/message-dialog.h +++ b/src/ui/gui/message-dialog.h @@ -27,6 +27,6 @@ struct source_stream ; void message_dialog_init (struct source_stream *); void message_dialog_done (void); -void popup_message(const struct msg *m); +void popup_message (const struct msg *m); #endif