mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 21:15:03 -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();
|
run_toplevel_callbacks();
|
||||||
}
|
}
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user