SF.net SVN: geany:[2891] trunk/src/ui_utils.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Aug 17 14:20:30 UTC 2008


Revision: 2891
          http://geany.svn.sourceforge.net/geany/?rev=2891&view=rev
Author:   eht16
Date:     2008-08-17 14:20:30 +0000 (Sun, 17 Aug 2008)

Log Message:
-----------
Fix compiler warning.

Modified Paths:
--------------
    trunk/src/ui_utils.c

Modified: trunk/src/ui_utils.c
===================================================================
--- trunk/src/ui_utils.c	2008-08-17 14:19:34 UTC (rev 2890)
+++ trunk/src/ui_utils.c	2008-08-17 14:20:30 UTC (rev 2891)
@@ -730,6 +730,7 @@
 		case GEANY_INDENT_TYPE_TABS:
 			widget_name = "tabs1"; break;
 		case GEANY_INDENT_TYPE_BOTH:
+		default:
 			widget_name = "tabs_and_spaces1"; break;
 	}
 	item = lookup_widget(main_widgets.window, widget_name);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list