mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
fixed syntax-error.
svn path=/trunk/netsurf/; revision=13280
This commit is contained in:
parent
a3cd709bc8
commit
b4e27cf91e
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user