make modutils compile again
authorNed Ludd <solar@gentoo.org>
Fri, 20 Feb 2009 04:56:00 +0000 (04:56 -0000)
committerNed Ludd <solar@gentoo.org>
Fri, 20 Feb 2009 04:56:00 +0000 (04:56 -0000)
modutils/depmod.c

index 8caa3769c68ac7e35995d8893920ecd0d161c722..405ba9e2a09431a17ae89d521aae09473c352850 100644 (file)
@@ -36,7 +36,7 @@ enum {
        ARG_b = (1<<2), /* base directory when modules are in staging area */
        ARG_e = (1<<3), /* with -F, print unresolved symbols */
        ARG_F = (1<<4), /* System.map that contains the symbols */
-       ARG_n = (1<<5)  /* dry-run, print to stdout only */
+       ARG_n = (1<<5), /* dry-run, print to stdout only */
        ARG_r = (1<<6)  /* Compat dummy. Linux Makefile uses it */
 };