diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:41:24 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:41:24 +0200 |
| commit | d4598cc93017e4d7e71a6f854d389dcf6749e8df (patch) | |
| tree | 58570553fb37f8534cd8fac4fe8964284548fb22 /opentracker.c | |
| parent | 0ebc0ed6a3e3b7acc9f9e338cc23cea5f4f22f61 (diff) | |
Get rid of some warnings regarding header guards
Diffstat (limited to 'opentracker.c')
| -rw-r--r-- | opentracker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index 40ed78e..5b9915f 100644 --- a/opentracker.c +++ b/opentracker.c | |||
| @@ -48,6 +48,7 @@ static char * g_serverdir; | |||
| 48 | static char * g_serveruser; | 48 | static char * g_serveruser; |
| 49 | static unsigned int g_udp_workers; | 49 | static unsigned int g_udp_workers; |
| 50 | 50 | ||
| 51 | static void panic( const char *routing ) __attribute__ ((noreturn)); | ||
| 51 | static void panic( const char *routine ) { | 52 | static void panic( const char *routine ) { |
| 52 | fprintf( stderr, "%s: %s\n", routine, strerror(errno) ); | 53 | fprintf( stderr, "%s: %s\n", routine, strerror(errno) ); |
| 53 | exit( 111 ); | 54 | exit( 111 ); |
