]> andersk Git - splint.git/blobdiff - src/constraintList.c
Fixed problem with resetting null state after error for constants.
[splint.git] / src / constraintList.c
index 2ae629e5c326a991bbe5b8ecc5d3aa92408177d9..fe65c3c9ea05650b5bd70d3bb181359f081ec15b 100644 (file)
@@ -64,7 +64,7 @@
   s->nspace = constraintListBASESIZE;
   s->elements = (constraint *)
     dmalloc (sizeof (*s->elements) * constraintListBASESIZE);
-
+  
   return (s);
 }
 
This page took 0.052526 seconds and 4 git commands to generate.