From 801455e69461f3e7cdfd546958ed4c10673a5726 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 13 Feb 2014 21:50:39 +1300 Subject: Fixes --- src/widget_manager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/widget_manager.h') diff --git a/src/widget_manager.h b/src/widget_manager.h index 2a44c6a..2786a02 100644 --- a/src/widget_manager.h +++ b/src/widget_manager.h @@ -21,8 +21,7 @@ #include #include -/* The Widget Manager will be a list of widgets. The list will be - traversed from the tail to the head. */ +/* The Widget Manager will be a list of widgets. The list will be traversed from the tail to the head. */ void wm_add_widget(GtkWidget* widget); void wm_show_widgets(); -- cgit v1.1