Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / ls.c
diff --git a/ls.c b/ls.c
index 2ed5fe165275915ff92afc84e07fc13503709012..a5574a52e87931954cc0b9d0c62cde04fee4ac86 100644 (file)
--- a/ls.c
+++ b/ls.c
@@ -68,7 +68,7 @@ enum {
 #include <signal.h>
 #include <sys/ioctl.h>
 
-#ifndef NAJOR
+#ifndef MAJOR
 #define MAJOR(dev) (((dev)>>8)&0xff)
 #define MINOR(dev) ((dev)&0xff)
 #endif