diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/encoding.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/encoding.cpp b/src/utils/encoding.cpp index dc0101c..3e3580c 100644 --- a/src/utils/encoding.cpp +++ b/src/utils/encoding.cpp @@ -197,6 +197,7 @@ namespace utils case E2BIG: // This should never happen done = true; + break; default: // This should happen even neverer done = true; |