Keith Poole пре 7 година
родитељ
комит
166e4380b4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sys/src/9/port/devramfs.c

+ 1 - 1
sys/src/9/port/devramfs.c

@@ -25,7 +25,7 @@ struct RamFile {
 	union {
 		uint8_t	*data;		// List of children if directory
 		struct RamFile* firstchild;
-	}
+	};
 };
 
 static struct RamFile *ramroot;