summaryrefslogtreecommitdiff
path: root/src/c/static.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/static.c')
-rw-r--r--src/c/static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/static.c b/src/c/static.c
index c8fd5bc7..7f63d393 100644
--- a/src/c/static.c
+++ b/src/c/static.c
@@ -37,7 +37,7 @@ int main(int argc, char *argv[]) {
while (1) {
fk = uw_begin(ctx, argv[1]);
- if (fk == SUCCESS) {
+ if (fk == SUCCESS || fk == RETURN_INDIRECTLY) {
uw_print(ctx, 1);
puts("");
return 0;