Fix #320: Misspelling of SLXI chunk name

This commit is contained in:
Jonathan G Rennison
2021-09-17 03:22:06 +01:00
parent e7480620af
commit 0dcb04f450

View File

@@ -536,7 +536,7 @@ static void Save_SLXI()
static void Load_SLXI()
{
if (_sl_is_faked_ext || !_sl_is_ext_version) {
SlErrorCorrupt("SXLI chunk is unexpectedly present");
SlErrorCorrupt("SLXI chunk is unexpectedly present");
}
SlXvResetState();