aboutsummaryrefslogtreecommitdiff
path: root/src/recipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recipe.c')
-rw-r--r--src/recipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recipe.c b/src/recipe.c
index 1f8ddb7..43899b8 100644
--- a/src/recipe.c
+++ b/src/recipe.c
@@ -26,7 +26,7 @@ int recipe_clone(char *recipe_dir, char *url, char *gitref, char **result) {
exit(1);
}
if (rmtree(destdir)) {
- guard_free(*result)
+ guard_free(*result);
*result = NULL;
return -1;
}