1
0
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:
Pavel I. Kryukov 2018-10-21 14:58:34 +03:00 committed by Simon Tatham
parent a7c7ba0eb1
commit fafb898891

View File

@ -529,4 +529,5 @@ int main(int argc, char **argv)
run_toplevel_callbacks();
}
exit(0);
}