]> andersk Git - splint.git/blobdiff - test/moreBufferTests2/fixedArrayType.c
Apparently splint does not correctly handle the case in which a #defined constant...
[splint.git] / test / moreBufferTests2 / fixedArrayType.c
index ac885625788c5d982def0492a6143101d3ccb129..d9a5ef076b218bece0e8fa8422f32f916ea964a1 100644 (file)
@@ -6,7 +6,7 @@ int fixedArrayTouch()
 {
   Array buffer;
 
-  buffer[sizeof(Array)-1] = 1;
+  buffer[ sizeof(Array)-1] = 1;
 
   return 0;
 }
This page took 0.037071 seconds and 4 git commands to generate.