Displaying 1 result from an estimated 1 matches for "f5d7b9f".
Did you mean:
f3d6b9f
2007 Apr 17
0
3 commits - configure.ac libswfdec/swfdec_loader.c libswfdec/swfdec_movie.h
...bled])
diff-tree 3b51123d377a1157fb2780e0e4282eb55240ded5 (from 783b6d178d9fe4a6f50fbc55031fb9cd5e139708)
Author: Benjamin Otte <otte@gnome.org>
Date: Tue Apr 17 15:22:48 2007 +0200
graphic may not be NULL
diff --git a/libswfdec/swfdec_movie.h b/libswfdec/swfdec_movie.h
index 5b56656..f5d7b9f 100644
--- a/libswfdec/swfdec_movie.h
+++ b/libswfdec/swfdec_movie.h
@@ -42,7 +42,7 @@ typedef enum {
} SwfdecDepthClass;
struct _SwfdecContent {
- SwfdecGraphic * graphic; /* object to display or NULL */
+ SwfdecGraphic * graphic; /* object to display */
int depth; /* at which...