diff options
author | Jacek Antonelli | 2008-09-06 18:27:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:27:41 -0500 |
commit | d78e22887482056e9e29cccf2b7a8a675035d040 (patch) | |
tree | a0e0fde1b1a8f91d66c3eb84871b0a3c34947419 /linden/indra/lscript/lscript_compile | |
parent | Second Life viewer sources 1.21.0-RC (diff) | |
download | meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.zip meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.gz meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.bz2 meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.xz |
Second Life viewer sources 1.21.1-RC
Diffstat (limited to 'linden/indra/lscript/lscript_compile')
-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 | ||