summaryrefslogtreecommitdiff
path: root/text-utils/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/hexdump.c')
-rw-r--r--text-utils/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c
index 82eb4d51..68bb76ec 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -48,7 +48,7 @@ int length = -1; /* max bytes to read */
int main(int argc, char **argv)
{
- register FS *tfs;
+ FS *tfs;
char *p;
setlocale(LC_ALL, "");