We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 932aa3d + 2a25410 commit da5005dCopy full SHA for da5005d
src/caseconvert.py
@@ -47,7 +47,7 @@ def writePunctuationCodes(file):
47
{
48
''')
49
writeMapping(file,toupper)
50
-file.write(r''' default: return nullptr
+file.write(r''' default: return nullptr;
51
}
52
53
@@ -57,7 +57,7 @@ def writePunctuationCodes(file):
57
58
59
writeMapping(file,tolower)
60
61
62
63
@@ -67,9 +67,9 @@ def writePunctuationCodes(file):
67
68
69
writePunctuationCodes(file)
70
-file.write(r''' default: return false
+file.write(r''' default: return false;
71
72
- return false
+ return false;
73
74
75
#endif
0 commit comments