mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Fix missing comma in function declarations.
This commit is contained in:
@@ -39,7 +39,7 @@ int identifyStream(FILE *imageStream);
|
||||
|
||||
void *open(const char *filepath);
|
||||
|
||||
int close(void *context)
|
||||
int close(void *context);
|
||||
|
||||
|
||||
#endif //LIBDICFORMAT_DECLS_H
|
||||
|
||||
Reference in New Issue
Block a user