aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'highlight.c')
-rw-r--r--highlight.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/highlight.c b/highlight.c
index e3783eda..51d5c885 100644
--- a/highlight.c
+++ b/highlight.c
@@ -357,7 +357,7 @@ void highlight_shell( wchar_t * buff,
/*
Locate and syntax highlight subshells recursively
*/
-
+
wchar_t *buffcpy = wcsdup( buff );
wchar_t *subpos=buffcpy;
int done=0;
@@ -386,8 +386,9 @@ void highlight_shell( wchar_t * buff,
break;
subpos = end+1;
+
}
- free( buffcpy );
+ free( buffcpy);
last_val=0;