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:
40605ea
)
Fixed syntax error in comment
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 29 May 2013 02:17:50 +0000
(22:17 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 29 May 2013 02:37:23 +0000
(22:37 -0400)
src/hvclock.c
patch
|
blob
|
history
diff --git
a/src/hvclock.c
b/src/hvclock.c
index
a71ba58
..
c527357
100644
(file)
--- a/
src/hvclock.c
+++ b/
src/hvclock.c
@@
-169,7
+169,7
@@
main( int argc, char *argv[] )
InitDockAppWindow( argc, argv, hvclock_xpm, hvclock_infos.display_arg,
hvclock_infos.geometry_arg );
- /* Starting thread for periodically
checking for new mail
. */
+ /* Starting thread for periodically
updating the clock
. */
status = pthread_create( &timer_thread, NULL, TimerThread, NULL );
if( status != 0 ) {
fprintf( stderr, "%s: Thread creation failed (%d)\n", PACKAGE, status );