diff options
Diffstat (limited to 'libmate-desktop/test.c')
-rw-r--r-- | libmate-desktop/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-desktop/test.c b/libmate-desktop/test.c index 0e97551..42daa9d 100644 --- a/libmate-desktop/test.c +++ b/libmate-desktop/test.c @@ -53,4 +53,5 @@ main (int argc, char **argv) /* start application */ gtk_main (); + return 0; } |