ekiga r7608 - trunk/lib/engine/components/opal



Author: jpuydt
Date: Sun Jan 25 12:06:13 2009
New Revision: 7608
URL: http://svn.gnome.org/viewvc/ekiga?rev=7608&view=rev

Log:
Fixed stupid forgotten return statement... how could I let the warning go through unnoticed!?

Modified:
   trunk/lib/engine/components/opal/opal-bank.cpp

Modified: trunk/lib/engine/components/opal/opal-bank.cpp
==============================================================================
--- trunk/lib/engine/components/opal/opal-bank.cpp	(original)
+++ trunk/lib/engine/components/opal/opal-bank.cpp	Sun Jan 25 12:06:13 2009
@@ -225,4 +225,6 @@
       result = &*iter;
     }
   }
+
+  return result;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]