aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-12-14 23:19:38 +0200
committerLoïc Hoguin <[email protected]>2014-12-14 23:19:38 +0200
commit67713340e32d9afd76dd224df9eb6d1954cc8cd2 (patch)
treea2d08acf00505b6a45c20a29e513b21262a24983 /include
parent3863409dde5d178149957a2eefa20e3fe9c9a06e (diff)
downloadcowlib-67713340e32d9afd76dd224df9eb6d1954cc8cd2.tar.gz
cowlib-67713340e32d9afd76dd224df9eb6d1954cc8cd2.tar.bz2
cowlib-67713340e32d9afd76dd224df9eb6d1954cc8cd2.zip
Fix a typo in ?IS_TOKEN macro
Detected by triq.
Diffstat (limited to 'include')
-rw-r--r--include/cow_inline.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cow_inline.hrl b/include/cow_inline.hrl
index a72f8c5..4e45960 100644
--- a/include/cow_inline.hrl
+++ b/include/cow_inline.hrl
@@ -29,7 +29,7 @@
C =:= $K; C =:= $L; C =:= $M; C =:= $N; C =:= $O;
C =:= $P; C =:= $Q; C =:= $R; C =:= $S; C =:= $T;
C =:= $U; C =:= $V; C =:= $W; C =:= $X; C =:= $Y;
- C =:= $2
+ C =:= $Z
).
%% IS_DIGIT(Character)