mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
synaestesia: Fix old-style prototype
This commit is contained in:
parent
49c5383c71
commit
c4e14839e8
2 changed files with 2 additions and 2 deletions
|
@ -337,7 +337,7 @@ synaesthesia_update (syn_instance * si, gint16 data[2][FFT_BUFFER_SIZE])
|
|||
}
|
||||
|
||||
void
|
||||
synaesthesia_init ()
|
||||
synaesthesia_init (void)
|
||||
{
|
||||
static int inited = 0;
|
||||
int i;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
typedef struct syn_instance syn_instance;
|
||||
|
||||
void synaesthesia_init ();
|
||||
void synaesthesia_init (void);
|
||||
syn_instance *synaesthesia_new (guint resx, guint resy);
|
||||
void synaesthesia_close (syn_instance * si);
|
||||
|
||||
|
|
Loading…
Reference in a new issue