diff options
Diffstat (limited to 'gst/goom/goom_core.h')
-rw-r--r-- | gst/goom/goom_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/goom_core.h b/gst/goom/goom_core.h index 15f942d2..3751b522 100644 --- a/gst/goom/goom_core.h +++ b/gst/goom/goom_core.h @@ -6,7 +6,7 @@ void goom_init (guint32 resx, guint32 resy); void goom_set_resolution (guint32 resx, guint32 resy); -guint32 * goom_update (gint16 data [2][512]); +guint32 *goom_update (gint16 data[2][512]); void goom_close (); |