changeset 358:a5131cd64110

Sigh, should look at the code while doing changes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Jan 2020 02:36:37 +0200
parents 199284ba94ea
children 969f86b74bff
files sidutil.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidutil.c	Mon Jan 27 02:33:13 2020 +0200
+++ b/sidutil.c	Mon Jan 27 02:36:37 2020 +0200
@@ -217,7 +217,7 @@
             case TH_LANG_CP858:
             case TH_LANG_CP437:
                 // Not 100% correct either, but close enough
-                convTab = (ctx->outLangID == TH_LANG_CP437) ?
+                convTable = (ctx->outLangID == TH_LANG_CP437) ?
                     sidutil_lang_iso88591_to_cp437 :
                     sidutil_lang_iso88591_to_cp850;