1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Fix compile failure.

I'm sure I removed that 'return 0' at some point! But I must have made
a git error which excluded it from the commit I actually pushed, ahem.
This commit is contained in:
Simon Tatham 2015-08-09 11:56:38 +01:00
parent 7a80ab14e0
commit 6eca89aebc

View File

@ -1497,8 +1497,6 @@ static void inst_post_main(struct gui_data *inst)
* when we get out of the next one. */
request_post_main(inst);
}
return 0;
}
static gint idle_toplevel_callback_func(gpointer data)