Selaa lähdekoodia

[FIX] Correction command definition

Michal Simek 17 vuotta sitten
vanhempi
commit
7aa63d8cd3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      fs/romfs/romfs.c

+ 1 - 1
fs/romfs/romfs.c

@@ -26,7 +26,7 @@
 #include <malloc.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2)
+#if defined(CONFIG_CMD_JFFS2)
 
 #include <asm/byteorder.h>
 #include <linux/stat.h>