]> Untitled Git - dockapps/hvclock.git/commitdiff
Removed erroneous comment
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 31 May 2013 23:45:13 +0000 (19:45 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 31 May 2013 23:45:13 +0000 (19:45 -0400)
Code after gtk_main() is reached if we are not in dockapp mode.

src/hvclock.c

index 19ae662b08029ee44f6b6b91c55d97e4dfb2c438..435bd6dd0ec12656d39f67d3fc4d90dcf6ae97f0 100644 (file)
@@ -56,8 +56,5 @@ int main(int argc, char *argv[])
 
        gtk_main();
 
-       /* This code is never reached for now. */
-       fprintf(stderr, "%s: Program exit\n", PACKAGE);
-
-       exit(EXIT_SUCCESS);
+       return EXIT_SUCCESS;
 }