summaryrefslogtreecommitdiff
path: root/libpcsxcore/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/misc.c')
-rw-r--r--libpcsxcore/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c
index 5022d803..6d4b9e92 100644
--- a/libpcsxcore/misc.c
+++ b/libpcsxcore/misc.c
@@ -338,7 +338,7 @@ int CheckCdrom() {
Config.PsxType = 1; // pal
else Config.PsxType = 0; // ntsc
}
-
+
if (CdromLabel[0] == ' ') {
strncpy(CdromLabel, CdromId, 9);
}