insmod: fix help text to not show options if only 2.6 was selected

This commit is contained in:
Denis Vlasenko
2007-09-24 20:14:32 +00:00
parent d9c6a001e3
commit a545726d2b
2 changed files with 7 additions and 4 deletions

View File

@ -72,7 +72,7 @@
#endif
#if ENABLE_FEATURE_2_6_MODULES
extern int insmod_ng_main( int argc, char **argv);
extern int insmod_ng_main(int argc, char **argv);
#endif