ekiga r7608 - trunk/lib/engine/components/opal
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7608 - trunk/lib/engine/components/opal
- Date: Sun, 25 Jan 2009 12:06:13 +0000 (UTC)
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]