diff options
-rw-r--r-- | cppawk-include/cons-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppawk-include/cons-priv.h b/cppawk-include/cons-priv.h index dae98c4..8a57215 100644 --- a/cppawk-include/cons-priv.h +++ b/cppawk-include/cons-priv.h @@ -197,7 +197,7 @@ function __unbox(__obj, __case (__typecode(__obj)) { __of ("T", "S") - __cret (substr(__obj, 2)) + __cret (substr(__obj, 2)) __of ("C") __error("unbox: %s looks like a cons", __obj) __cbreak |