diff options
Diffstat (limited to 'build/spec.c')
-rw-r--r-- | build/spec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/spec.c b/build/spec.c index 541d80c8d..c7bfcf44b 100644 --- a/build/spec.c +++ b/build/spec.c @@ -139,7 +139,7 @@ Package newPackage(Spec spec) } else { /* Always add package to end of list */ for (pp = spec->packages; pp->next != NULL; pp = pp->next) - ; + {}; pp->next = p; } p->next = NULL; |