]> andersk Git - splint.git/blobdiff - src/ctbase.i
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / src / ctbase.i
index de8346e4daf2ba04b9f01d81b719a8453ad01fc4..c59eb7628313015a9b5de658abda9405dca3db3c 100644 (file)
@@ -2664,7 +2664,7 @@ int ctbase_getSize (ctbase ct)
            return ctype_getSize (ct->contents.base);
          }
       }
-    case CT_FIXEDARRAY: //!
+    case CT_FIXEDARRAY: 
     case CT_ARRAY:
     case CT_FCN:
     case CT_STRUCT:
This page took 0.052511 seconds and 4 git commands to generate.