Minor code cleanup.

This commit is contained in:
Jim Evins
2017-11-25 16:54:37 -05:00
parent ae76470ea9
commit c6c52a8895
11 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ namespace
}
}
return codewords.size();
return int( codewords.size() );
}