aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/core/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/utils.c b/src/lib/core/utils.c
index 52263f8..f02a7ea 100644
--- a/src/lib/core/utils.c
+++ b/src/lib/core/utils.c
@@ -960,7 +960,7 @@ int grow(const size_t size_new, size_t *size_orig, char **data) {
}
if (tmp != *data) {
*data = tmp;
- Dynamic commands}
+ }
*size_orig = new_size;
}
return 0;