summaryrefslogtreecommitdiff
path: root/src/utils/base64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/base64.cpp')
-rw-r--r--src/utils/base64.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/base64.cpp b/src/utils/base64.cpp
index 7cd22f732..ebdfcb7c3 100644
--- a/src/utils/base64.cpp
+++ b/src/utils/base64.cpp
@@ -160,6 +160,7 @@ unsigned char *php3_base64_decode(const unsigned char *const string,
k++;
case 3:
result[k++] = 0;
+ break;
default:
break;
}