commit 369bb01eb14ccaeee42ae30bb97285c35cd3ef1f Author: FRIGN <[email protected]> Date: Sat Jan 10 20:55:37 2015 +0100
Prevail order
diff --git a/tr.c b/tr.c
index 973c73b..2d49a13 100644
--- a/tr.c
+++ b/tr.c
@@ -174,7 +174,7 @@ int
main(int argc, char *argv[])
{
Rune r = 0, lastrune = 0;
- size_t off1, off2, m, i;
+ size_t off1, off2, i, m;
ARGBEGIN {
case 'c':
