Fix missing comma in magneto-optical definitions.

This commit is contained in:
2020-03-28 01:24:26 +00:00
parent 4b4cb61690
commit 9175a1b636

View File

@@ -145,7 +145,7 @@ extern const char *mo_bus_to_string(int bus);
extern int mo_load(mo_t *dev, const wchar_t *fn);
extern void mo_close(void);
extern void mo_format(mo_t *dev);
static int mo_erase(mo_t *dev)
static int mo_erase(mo_t* dev);
#ifdef __cplusplus
}
#endif