aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 11:47:15 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 11:47:15 +0200
commit1fae647e7924b96aea930ff56345ed9fa8d29a1e (patch)
treee9eee008cc94688c7d381255c052d2ed438706ab
parenta7fd76381d651e79a96fc6092563dd6bbb90273c (diff)
downloadre-name-1fae647e7924b96aea930ff56345ed9fa8d29a1e.tar.gz
name.c: Remove unused variable
-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] == '\''){