From eab796506b04f8b78cd64e856a691fac1973f80b Mon Sep 17 00:00:00 2001 From: Phil Mellor Date: Tue, 15 Oct 2002 10:41:12 +0000 Subject: [project @ 2002-10-15 10:41:12 by monkeyson] GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44 --- desktop/netsurf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 47f9c7ed6..8597462d4 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -1,5 +1,5 @@ /** - * $Id: netsurf.c,v 1.2 2002/10/08 09:38:29 bursa Exp $ + * $Id: netsurf.c,v 1.3 2002/10/15 10:41:12 monkeyson Exp $ */ #include "netsurf/desktop/netsurf.h" @@ -34,6 +34,8 @@ int main(int argc, char** argv) while (netsurf_quit == 0) netsurf_poll(); + fprintf(stderr, "Netsurf quit!\n"); + return 0; } -- cgit v1.2.3