summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:45:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:45:15 +0000
commit5efcea53a88b922145cd2461d78968fcf420274e (patch)
tree5d6126a3b6101440c494faacd2dd1d55b645fedb /bin/ksh
parentba79067b7ac395e553897f84d71ea345200c32a9 (diff)
no , at end of enum
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/history.c b/bin/ksh/history.c
index 34b7aaaea26..dd1493eb879 100644
--- a/bin/ksh/history.c
+++ b/bin/ksh/history.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: history.c,v 1.13 2002/08/03 17:00:09 marc Exp $ */
+/* $OpenBSD: history.c,v 1.14 2002/09/06 19:45:14 deraadt Exp $ */
/*
* command history
@@ -891,7 +891,7 @@ typedef enum state {
shdr, /* expecting a header */
sline, /* looking for a null byte to end the line */
sn1, /* bytes 1 to 4 of a line no */
- sn2, sn3, sn4,
+ sn2, sn3, sn4
} State;
static int