Răsfoiți Sursa

correcting syntax error

Miklos Tirpak 18 ani în urmă
părinte
comite
5770b42bd4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      mem/ll_malloc.c

+ 1 - 1
mem/ll_malloc.c

@@ -970,7 +970,7 @@ void sfm_status(struct sfm_block* qm)
 	unsigned long size;
 	int k;
 
-#warning ll_status doesn't work (might crash if used)
+#warning "ll_status doesn't work (might crash if used)"
 
 	LOG(memlog, "sfm_status (%p):\n", qm);
 	if (!qm) return;