cinera_config.c: Remove extraneous #endif
This commit is contained in:
parent
05518781c4
commit
c883bbb971
|
@ -2611,7 +2611,6 @@ ResolveEnvironmentVariable(memory_book *M, string Variable)
|
||||||
Result = ExtendStringInBook(M, Wrap0(Expansions.we_wordv[0]));
|
Result = ExtendStringInBook(M, Wrap0(Expansions.we_wordv[0]));
|
||||||
}
|
}
|
||||||
wordfree(&Expansions);
|
wordfree(&Expansions);
|
||||||
#endif
|
|
||||||
return Result;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue