]> 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 07a80701f597336be72b0312d8f9886ecd4334b4..551e1636cadb3a615971939c8fdba70f2a92cdd3 100644 (file)
@@ -32,7 +32,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: file.c,v 1.134 2009/11/04 17:27:37 christos Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.135 2009/11/04 22:30:35 christos 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" \