summaryrefslogtreecommitdiffstats
path: root/src/unicoderange.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/unicoderange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicoderange.cpp b/src/unicoderange.cpp
index 5a9c4b331..2adb26311 100644
--- a/src/unicoderange.cpp
+++ b/src/unicoderange.cpp
@@ -54,7 +54,7 @@ int UnicodeRange::add_range(gchar* val){
// val+=i;
count+=i;
} else {
- r.end=NULL;
+ r.end=nullptr;
}
this->range.push_back(r);
return count+1;