mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-11 08:08:06 -05:00
uxserver.c: exit with 0 explicitly to make GCC 4 happy
This commit is contained in:
parent
a7c7ba0eb1
commit
fafb898891
@ -529,4 +529,5 @@ int main(int argc, char **argv)
|
||||
|
||||
run_toplevel_callbacks();
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user