diff options
author | sin <sin@2f30.org> | 2014-10-05 15:02:12 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-05 15:02:12 +0100 |
commit | 2714b1b140be5f35b1ac135b7e5035b85c03015e (patch) | |
tree | 46f4dec8bfb3b6522405555cd63eb3de787f6a58 | |
parent | 70af4df1a8617fce0487e2b60a66f3fb64b4267c (diff) |
Style fix
-rw-r--r-- | ratox.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -242,7 +242,8 @@ static void initshutdown(int); static void shutdown(void); static void usage(void); -static struct timespec timediff(struct timespec t1, struct timespec t2) +static struct timespec +timediff(struct timespec t1, struct timespec t2) { struct timespec tmp; |