fixed syntax-error.

svn path=/trunk/netsurf/; revision=13280
This commit is contained in:
Ole Loots 2011-12-15 23:37:02 +00:00
parent a3cd709bc8
commit b4e27cf91e

View File

@ -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 ){ 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 ); return( NULL );
} }
*/
struct gui_window * find_cmp_window( COMPONENT * c ) struct gui_window * find_cmp_window( COMPONENT * c )
{ {