diff options
Diffstat (limited to 'fslsfonts.c')
-rw-r--r-- | fslsfonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fslsfonts.c b/fslsfonts.c index 888c9e0..6ff6a2d 100644 --- a/fslsfonts.c +++ b/fslsfonts.c @@ -79,7 +79,7 @@ static FSServer *svr; static char *program_name; -static void usage ( void ); +static void usage ( void ) _X_NORETURN; static void get_list ( const char *pattern ); static int compare ( const void *f1, const void *f2 ); static void show_fonts ( void ); |