Skip to content

Commit 985ac5e

Browse files
committed
Removed a left over exit() call that was used for testing.
1 parent 0d73ab9 commit 985ac5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appimaged.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ void initially_register(const char *name, int level)
118118
}
119119
}
120120
closedir(dir);
121-
exit(0);
122121
return;
123122
}
124123

0 commit comments

Comments
 (0)