Displaying 1 result from an estimated 1 matches for "01c4463".
Did you mean:
014463
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
...S
+#endif
diff-tree 6a1425fdccdf89ca724b26586b2ee842027e9b19 (from f3ae0f1008fe77005ecce39fc83a6ca9f56f2050)
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Aug 6 21:56:52 2007 +0200
indent this correctly
diff --git a/libswfdec/swfdec_as_types.c b/libswfdec/swfdec_as_types.c
index 01c4463..8d69fbb 100644
--- a/libswfdec/swfdec_as_types.c
+++ b/libswfdec/swfdec_as_types.c
@@ -575,34 +575,34 @@ swfdec_as_value_to_object (SwfdecAsConte
gboolean
swfdec_as_value_to_boolean (SwfdecAsContext *context, const SwfdecAsValue *value)
{
-g_return_val_if_fail (SWFDEC_IS_AS_CONTEXT (context), F...