diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:48:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:48:12 +0000 |
commit | e5dfced23a904d08afa5dcee190c3c3d845d9f50 (patch) | |
tree | ef367ee8a9096884fb40debdc9e10af8583f9d5f /tr.c | |
parent | a75e2867435faa68ea03735fe09ad298fa3e4e72 (diff) | |
download | busybox-w32-e5dfced23a904d08afa5dcee190c3c3d845d9f50.tar.gz busybox-w32-e5dfced23a904d08afa5dcee190c3c3d845d9f50.tar.bz2 busybox-w32-e5dfced23a904d08afa5dcee190c3c3d845d9f50.zip |
Apply Vladimir's latest cleanup patch.
-Erik
Diffstat (limited to 'tr.c')
-rw-r--r-- | tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ static void map(register unsigned char *string1, unsigned int string1_len, | |||
93 | } | 93 | } |
94 | } | 94 | } |
95 | 95 | ||
96 | static unsigned int expand(char *arg, register unsigned char *buffer) | 96 | static unsigned int expand(const char *arg, register unsigned char *buffer) |
97 | { | 97 | { |
98 | unsigned char *buffer_start = buffer; | 98 | unsigned char *buffer_start = buffer; |
99 | int i, ac; | 99 | int i, ac; |