Skip to content

Commit

Permalink
remove a stray backslash from the fixtag non-special output format st…
Browse files Browse the repository at this point in the history
…ring
  • Loading branch information
Orc committed Mar 28, 2019
1 parent 2dc291d commit 3e03420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtags.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ main()
continue;
}
}
printf("%s\t%s\t\%s\n", tag, file, pattern);
printf("%s\t%s\t%s\n", tag, file, pattern);
}
exit(0);
}

0 comments on commit 3e03420

Please sign in to comment.