*: change C-style prototypes, drop "(void)"
This commit is contained in:
@@ -50,7 +50,7 @@ struct DecoderPlugin {
|
||||
* Deinitialize a decoder plugin which was initialized
|
||||
* successfully. Optional method.
|
||||
*/
|
||||
void (*finish)(void);
|
||||
void (*finish)();
|
||||
|
||||
/**
|
||||
* Decode a stream (data read from an #InputStream object).
|
||||
|
||||
Reference in New Issue
Block a user