]> andersk Git - splint.git/blobdiff - src/uentry.c
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / src / uentry.c
index a35ff69b81b054e6d5cec485224dd28c366a62cd..1d9243f663c10755f310c943b4b4d98bd36d8408 100644 (file)
@@ -9489,8 +9489,7 @@ uentry_mergeEntries (uentry spec, /*@only@*/ uentry def)
       llassert (uentry_isFunction (spec));
     }
   
-  DPRINTF (("Merge entries: %s / %s",
-           uentry_unparseFull (spec),
+  DPRINTF (("Merge entries: %s / %s", uentry_unparseFull (spec),
            uentry_unparseFull (def)));
 
   uentry_mergeConstraints (spec, def);
This page took 0.033484 seconds and 4 git commands to generate.