summaryrefslogtreecommitdiff
path: root/atari/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/hotlist.h')
-rwxr-xr-xatari/hotlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/hotlist.h b/atari/hotlist.h
index 27e9eba6e..70b4d8a70 100755
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -39,11 +39,11 @@ void hotlist_open( void );
void hotlist_close( void );
void hotlist_destroy( void );
void atari_hotlist_add_page( const char * url, const char * title );
-
+
inline void hotlist_redraw( void );
inline void hotlist_redraw( void )
{
atari_treeview_redraw( hl.tv );
}
-#endif \ No newline at end of file
+#endif