diff options
Diffstat (limited to 'src/compile.cpp')
-rw-r--r-- | src/compile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile.cpp b/src/compile.cpp index 1131e73..48f9ea5 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -138,7 +138,7 @@ compile_quote(CEnv& cenv, const ATuple* quote) throw() default: assert(false); return NULL; - } + } } static CVal |