aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/hist.c')
-rw-r--r--src/cmd/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/hist.c b/src/cmd/hist.c
index 46fd3f8a..f6b81ed8 100644
--- a/src/cmd/hist.c
+++ b/src/cmd/hist.c
@@ -23,7 +23,7 @@ int
main(int argc, char *argv[])
{
int i;
-
+
sys = sysname();
if(strncmp(sys, "amsterdam", 9) == 0) /* BUG */
sys = "am";