summaryrefslogtreecommitdiff
path: root/atari/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.c')
-rwxr-xr-xatari/misc.c4
1 files changed, 2 insertions, 2 deletions
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 )
{