]> andersk Git - splint.git/blobdiff - src/cpphash.c
Cleaned up flags to generate manual help.
[splint.git] / src / cpphash.c
index 2e9e88725923a14a55975c22c34d2aadb2cd3b49..4a7b9e268efcb32ccbd94ff6b4b85de2a838f551 100644 (file)
@@ -172,7 +172,7 @@ static void hashNode_delete (/*@only@*/ /*@null@*/ hashNode node)
              
              for (ap = d->pattern; ap != NULL; ap = nextap) 
                {
-                 struct reflist *npattern = dmalloc (sizeof (*(nd->pattern)));
+                 struct reflist *npattern = dmalloc (sizeof (* (nd->pattern)));
                  
                  nextap = ap->next;
                  
@@ -182,7 +182,7 @@ static void hashNode_delete (/*@only@*/ /*@null@*/ hashNode node)
                      /*@-branchstate@*/ 
                    } /*@=branchstate@*/ /* npattern is propagated through loop */
                  
-                 last = &(npattern->next);
+                 last = & (npattern->next);
                  npattern->next = NULL; /* will get filled in */
                  npattern->stringify = d->pattern->stringify;
                  npattern->raw_before = d->pattern->raw_before;
This page took 0.065296 seconds and 4 git commands to generate.