11 lines
247 B
Diff
11 lines
247 B
Diff
--- dbus/dbus-gvalue-utils.c 2005-07-18 11:19:13.000000000 +0200
|
|
+++ dbus/dbus-gvalue-utils_mod.c 2005-07-18 11:19:09.000000000 +0200
|
|
@@ -254,6 +254,7 @@
|
|
break;
|
|
default:
|
|
g_assert_not_reached ();
|
|
+ return FALSE;
|
|
}
|
|
}
|
|
|