Explorar o código

Addedsemicolon for clang

Keith Poole %!s(int64=7) %!d(string=hai) anos
pai
achega
166e4380b4
Modificáronse 1 ficheiros con 1 adicións e 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;