SF.net SVN: geany-plugins:[2231] trunk/geany-plugins/debugger/src/tabs.c

cesspit at users.sourceforge.net cesspit at xxxxx
Wed Oct 5 07:18:47 UTC 2011


Revision: 2231
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2231&view=rev
Author:   cesspit
Date:     2011-10-05 07:18:46 +0000 (Wed, 05 Oct 2011)
Log Message:
-----------
debugger: compiler warning

Modified Paths:
--------------
    trunk/geany-plugins/debugger/src/tabs.c

Modified: trunk/geany-plugins/debugger/src/tabs.c
===================================================================
--- trunk/geany-plugins/debugger/src/tabs.c	2011-10-04 19:21:07 UTC (rev 2230)
+++ trunk/geany-plugins/debugger/src/tabs.c	2011-10-05 07:18:46 UTC (rev 2231)
@@ -46,7 +46,7 @@
  */
 tab_id tabs_get_tab_id(GtkWidget* tab)
 {
-	tab_id id;
+	tab_id id = TID_TARGET;
 	if (tab_target == tab)
 	{
 		id = TID_TARGET;

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




More information about the Plugins-Commits mailing list