]> andersk Git - splint.git/blobdiff - src/Headers/sRef.h
Cleaned up flags to generate manual help.
[splint.git] / src / Headers / sRef.h
index 77033ac9c88d3064d3ea23f26fe7bce23a08c9f4..373cc2ad4f879574884a5c015cfdb6145081b497 100644 (file)
@@ -645,7 +645,7 @@ extern bool sRef_isNullTerminated(/*@sef@*/sRef p_s);
 
 extern bool sRef_isPossiblyNullTerminated(/*@sef@*/sRef p_s);
 # define sRef_isPossiblyNullTerminated(p_s) \
-   ( sRef_hasBufStateInfo((p_s)) ? ( (p_s)->bufinfo.bufstate \
+   ( sRef_hasBufStateInfo((p_s)) ? ((p_s)->bufinfo.bufstate \
                == BB_POSSIBLYNULLTERMINATED) : FALSE)
 
 extern bool sRef_isNotNullTerminated(/*@sef@*/sRef p_s);
This page took 0.039286 seconds and 4 git commands to generate.