diff options
Diffstat (limited to 'linden/indra/lscript/lscript_compile/indra.l')
-rw-r--r-- | linden/indra/lscript/lscript_compile/indra.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/lscript/lscript_compile/indra.l b/linden/indra/lscript/lscript_compile/indra.l index 49ed6fc..4cfe199 100644 --- a/linden/indra/lscript/lscript_compile/indra.l +++ b/linden/indra/lscript/lscript_compile/indra.l | |||
@@ -752,8 +752,8 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename, | |||
752 | #ifdef EMERGENCY_DEBUG_PRINTOUTS | 752 | #ifdef EMERGENCY_DEBUG_PRINTOUTS |
753 | fclose(compfile); | 753 | fclose(compfile); |
754 | #endif | 754 | #endif |
755 | fclose(yyout); | ||
756 | } | 755 | } |
756 | fclose(yyout); | ||
757 | fclose(yyin); | 757 | fclose(yyin); |
758 | } | 758 | } |
759 | 759 | ||