Browse Source

sys/src/cmd/disk/prep: fix missing =

Sevki 7 years ago
parent
commit
4a491b81b5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      sys/src/cmd/disk/prep/prep.c

+ 3 - 3
sys/src/cmd/disk/prep/prep.c

@@ -269,9 +269,9 @@ static char isfrog[256]={
 	/*BKS*/	1, 1, 1, 1, 1, 1, 1, 1,
 	/*DLE*/	1, 1, 1, 1, 1, 1, 1, 1,
 	/*CAN*/	1, 1, 1, 1, 1, 1, 1, 1,
-	[' ']	1,
-	['/']	1,
-	[0x7f]	1,
+	[' ']	= 1,
+	['/']	= 1,
+	[0x7f]	= 1,
 };
 
 static char*