]> andersk Git - splint.git/blobdiff - src/flags.def
Changed configure.ac to incorporate Nelson Beebe's suggestion for
[splint.git] / src / flags.def
index dbd4de39102795031f47a69f646511edfb8f8935..96bed3b2750b83f25b7b24cda06846f43a16c6ee 100644 (file)
@@ -1750,7 +1750,7 @@ static flaglist flags =
     FLG_USERELEASED,
     "storage used after release",
     "Memory is used after it has been released (either by passing "
-    "as an only param or assigning to an only global.",
+    "as an only param or assigning to an only global).",
     0, 0
   },
   {
@@ -1759,7 +1759,7 @@ static flaglist flags =
     FLG_STRICTUSERELEASED,
     "element used after it may have been released",
     "Memory (through fetch) is used after it may have been released "
-    "(either by passing as an only param or assigning to an only global.",
+    "(either by passing as an only param or assigning to an only global).",
     0, 0
   },
   {
This page took 0.04212 seconds and 4 git commands to generate.