Fix missing comma in function declarations.

This commit is contained in:
2019-03-17 20:41:34 +00:00
parent 28145013c4
commit 0c9044f290

View File

@@ -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