summaryrefslogtreecommitdiff
path: root/test/ragel.d/gotocallret1.rl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ragel.d/gotocallret1.rl')
-rw-r--r--test/ragel.d/gotocallret1.rl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ragel.d/gotocallret1.rl b/test/ragel.d/gotocallret1.rl
index 869349b6..92ebb983 100644
--- a/test/ragel.d/gotocallret1.rl
+++ b/test/ragel.d/gotocallret1.rl
@@ -44,7 +44,7 @@ int stack[32];
# Choose which to machine to call into based on the command.
action comm_arg {
- if ( comm >= 'a' ) {
+ if ( comm >= 97 ) {
fcall alp_comm;
} else {
fcall dig_comm;