--- uae/src/include/zfile.h 2018/04/24 16:39:25 1.1.1.2 +++ uae/src/include/zfile.h 2018/04/24 16:42:31 1.1.1.3 @@ -6,7 +6,7 @@ * (c) 1996 Samuel Devulder */ -extern FILE *zfile_open(const char *, const char *); -extern int zfile_close(FILE *); -extern void zfile_exit(void); +extern FILE *zfile_open (const char *, const char *); +extern int zfile_close (FILE *); +extern void zfile_exit (void);