comparison sidinfo.c @ 324:4b99dff0958d

Fix a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jan 2020 22:50:04 +0200
parents 5dfce66cc390
children 589bd78cc67d
comparison
equal deleted inserted replaced
323:063c4079eb50 324:4b99dff0958d
1157 1157
1158 th_verbosity = 0; 1158 th_verbosity = 0;
1159 1159
1160 memset(&optFormat, 0, sizeof(optFormat)); 1160 memset(&optFormat, 0, sizeof(optFormat));
1161 1161
1162 // Initialize character conversion 1162 // Initialize character set conversion
1163 if ((ret = sidutil_chconv_init(&setChConv, setLang)) != THERR_OK) 1163 if ((ret = sidutil_chconv_init(&setChConv, setLang)) != THERR_OK)
1164 { 1164 {
1165 THERR("Could not initialize character set conversion (LANG='%s'): %s\n", 1165 THERR("Could not initialize character set conversion (LANG='%s'): %s\n",
1166 setLang, th_error_str(ret)); 1166 setLang, th_error_str(ret));
1167 } 1167 }