diff options
Diffstat (limited to 'src/lush.c')
| -rw-r--r-- | src/lush.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -881,8 +881,7 @@ char *lush_read_line() { return buffer; } -// -- static helper for resolving aliases -- -static char *lush_resolve_aliases(char *line) { +char *lush_resolve_aliases(char *line) { // Allocate memory for the new string char *result = (char *)malloc(BUFFER_SIZE); if (!result) { |
