diff options
-rw-r--r-- | apps/metadata/ay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/metadata/ay.c b/apps/metadata/ay.c index 50b5ac29ae..5d00264b3d 100644 --- a/apps/metadata/ay.c +++ b/apps/metadata/ay.c @@ -30,9 +30,9 @@ struct header_t }; struct file_t { - struct header_t const* header; - byte const* tracks; - byte const* end; /* end of file data */ + struct header_t const* header; + byte const* tracks; + byte const* end; /* end of file data */ }; static int get_be16( const void *a ) |