]> granicus.if.org Git - file/commitdiff
Add a missing continuation backslash.
authorReuben Thomas <rrt@sc3d.org>
Sun, 6 Dec 2009 23:18:04 +0000 (23:18 +0000)
committerReuben Thomas <rrt@sc3d.org>
Sun, 6 Dec 2009 23:18:04 +0000 (23:18 +0000)
src/file.c

index fe3424cf9adcf2b554e14507c8af61d4a8d9c10b..3b73c5662e6be7f7cf176ea5100e2cb2d3cba6fe 100644 (file)
@@ -32,7 +32,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: file.c,v 1.135 2009/11/04 22:30:35 christos Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.136 2009/12/06 23:18:04 rrt Exp $")
 #endif /* lint */
 
 #include "magic.h"
@@ -78,7 +78,7 @@ int getopt_long(int argc, char * const *argv, const char *optstring, const struc
 #define FILE_FLAGS "-bcikNnprsvz0"
 #endif
 
-# define USAGE  
+# define USAGE  \
     "Usage: %s [" FILE_FLAGS \
        "] [--apple] [--mime-encoding] [--mime-type]\n" \
     "            [-e testname] [-F separator] [-f namefile] [-m magicfiles] file ...\n" \