diff options
Diffstat (limited to 'src/stclock.c')
-rw-r--r-- | src/stclock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stclock.c b/src/stclock.c index 00353d5..7591825 100644 --- a/src/stclock.c +++ b/src/stclock.c @@ -17,7 +17,8 @@ #include <time.h> #include <stdio.h> -int main(void) +int +main(void) { time_t t = time(NULL); struct tm *tm = localtime(&t); |