From b4e27cf91ec925031f917dcd7ab4cadc8abfa252 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 15 Dec 2011 23:37:02 +0000 Subject: fixed syntax-error. svn path=/trunk/netsurf/; revision=13280 --- atari/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari') diff --git a/atari/misc.c b/atari/misc.c index 06ef4e406..da27c2af1 100755 --- a/atari/misc.c +++ b/atari/misc.c @@ -102,7 +102,7 @@ bool path_add_part(char *path, int length, const char *newpart) } /* - // TBD: make use of this function or remove it... + TBD: make use of this function or remove it... */ struct gui_window * find_gui_window( unsigned long handle, short mode ){ @@ -136,7 +136,7 @@ struct gui_window * find_gui_window( unsigned long handle, short mode ){ return( NULL ); } -*/ + struct gui_window * find_cmp_window( COMPONENT * c ) { -- cgit v1.2.3