diff options
Diffstat (limited to 'hush.c')
-rw-r--r-- | hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1632,7 +1632,6 @@ static int set_local_var(const char *s) } *value='\0'; ++value; - printf("name='%s' and value='%s'\n",name, value); namelen = strlen (name); vallen = strlen (value); |