libdtterm: Resolve coverity issues

This commit is contained in:
Peter Howkins
2018-04-04 19:48:23 +01:00
parent 2d91ff7a6f
commit ccab0597ed
10 changed files with 26 additions and 23 deletions

View File

@@ -257,7 +257,7 @@ _countWidth
** its a null character, but is still has a width for our
** purposes...
*/
charWidth == 1;
charWidth = 1;
break;
default:
break;