projects
/
dockapps
/
hvclock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e987730
)
Removed erroneous comment
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 31 May 2013 23:45:13 +0000
(19:45 -0400)
committer
Hugo 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
patch
|
blob
|
history
diff --git
a/src/hvclock.c
b/src/hvclock.c
index
19ae662
..
435bd6d
100644
(file)
--- a/
src/hvclock.c
+++ b/
src/hvclock.c
@@
-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;
}