diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 19:45:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 19:45:15 +0000 |
commit | 5efcea53a88b922145cd2461d78968fcf420274e (patch) | |
tree | 5d6126a3b6101440c494faacd2dd1d55b645fedb /bin/ksh | |
parent | ba79067b7ac395e553897f84d71ea345200c32a9 (diff) |
no , at end of enum
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/history.c | 4 |
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 |