Patch by Rob Landley, fix warning

This commit is contained in:
Glenn L McGrath 2003-10-03 08:28:59 +00:00
parent 4a77c781ef
commit 8ac86e33a2

View File

@ -342,13 +342,13 @@ int conf_write(const char *name)
if (out_h)
fprintf(out_h, "#undef %s\n", sym->name);
break;
#if 0
case mod:
#if 0
fprintf(out, "%s=m\n", sym->name);
if (out_h)
fprintf(out_h, "#define %s_MODULE 1\n", sym->name);
break;
#endif
break;
case yes:
fprintf(out, "%s=y\n", sym->name);
if (out_h)