summaryrefslogtreecommitdiff
path: root/gst/gst.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-11 16:52:41 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-11 17:30:03 +0100
commit4a7c3b929add1c96b853c0c93676879345a77b8d (patch)
tree634de0ed084744c641bed697bbb9a0920a9d843f /gst/gst.h
parent870a5b0e12a5da2564982803039c14490a764af9 (diff)
.h: fix header files
Ensure correct indentation and :retab. Make sure all structures have padding Fix up some old ABI additions.
Diffstat (limited to 'gst/gst.h')
-rw-r--r--gst/gst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gst.h b/gst/gst.h
index 3fb6ec5a2b..c6c6cbfcc4 100644
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -107,7 +107,7 @@ void gst_segtrap_set_enabled (gboolean enabled);
gboolean gst_registry_fork_is_enabled (void);
void gst_registry_fork_set_enabled (gboolean enabled);
-gboolean gst_update_registry (void);
+gboolean gst_update_registry (void);
G_END_DECLS