diff options
Diffstat (limited to 'runtime/libgcry_common.c')
-rw-r--r-- | runtime/libgcry_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libgcry_common.c b/runtime/libgcry_common.c index 63b5e5d..07a524d 100644 --- a/runtime/libgcry_common.c +++ b/runtime/libgcry_common.c @@ -98,7 +98,7 @@ fprintf(stderr, "pre execve: %s\n", cmd); */ /* we should never reach this point, but if we do, we terminate */ -done: return; + return; } |