aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/name.c b/name.c
index bf12277..d2a4f61 100644
--- a/name.c
+++ b/name.c
@@ -109,7 +109,7 @@ usage: fprintf(stderr, "usage: %s [-x]\n", name);
void
escape(char *str, char **res)
{
- int i, j, offset;
+ int i, j;
for(i = j = 0; str[i]; i++){
if(str[i] == '\''){