]> andersk Git - splint.git/blobdiff - src/uentry.c
Cleaned up code problems reported by make splintme.
[splint.git] / src / uentry.c
index 1bf61d04d1d3a868fd30cb50c7ac7b5e3b04eb56..29277a374e015a7df6f76c2cb3dbb0bccf9e6100 100644 (file)
@@ -11341,7 +11341,7 @@ void uentry_checkName (uentry ue)
   fileloc_free (tloc);
   uentry_setHasNameError (ue);
   
-  if (context_getFlag (FLG_REPEATUNRECOG) || (context_inOldSytleScope() ) )
+  if (context_getFlag (FLG_REPEATUNRECOG) || (context_inOldStyleScope()))
     {
       uentry_markOwned (ue);
     }
This page took 0.795469 seconds and 4 git commands to generate.