Explorar el Código

Addedsemicolon for clang

Keith Poole hace 7 años
padre
commit
166e4380b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;