From ecbe828cfa61859ce561ab6f532030985dbf1c2d Mon Sep 17 00:00:00 2001 From: MrPsyMan Date: Sat, 15 Mar 2014 13:51:16 +0200 Subject: [PATCH] Previous commit was one byte short. --- core/imgread/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imgread/common.h b/core/imgread/common.h index fd23b8739..aecdc4a17 100644 --- a/core/imgread/common.h +++ b/core/imgread/common.h @@ -299,4 +299,4 @@ struct RawTrackFile : TrackFile DiscType GuessDiscType(bool m1, bool m2, bool da); -extern void gd_setdisc() +extern void gd_setdisc();