aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cdk.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdk.patch b/src/cdk.patch
index b3d5e55a..decbf63b 100644
--- a/src/cdk.patch
+++ b/src/cdk.patch
@@ -432,7 +432,7 @@ diff -r c40f79827990 entry.c
}
}
-+inline int isUtf8CharPart(unsigned int ch) { return (ch >= 0x80) && (ch < 0xc0); }
++static inline int isUtf8CharPart(unsigned int ch) { return (ch >= 0x80) && (ch < 0xc0); }
+
/*
* This injects a single character into the widget.