diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-25 23:20:44 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-25 23:20:44 +0000 |
commit | 8f252fec9966795bca7f5e076bcdc48f761fdb76 (patch) | |
tree | b819111bc0aba7b2a661fae59f4be00d71fb6b51 /sbin/isakmpd/exchange.c | |
parent | 1873c24f78068a723c61b7fe604e4c3c2c7d537d (diff) |
/* Fallthrough. */ -> /* FALLTHROUGH */
now that's useable with lint
Diffstat (limited to 'sbin/isakmpd/exchange.c')
-rw-r--r-- | sbin/isakmpd/exchange.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index 4db8da8e2da..7d37ca0461c 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.121 2005/05/26 06:11:09 hshoexer Exp $ */ +/* $OpenBSD: exchange.c,v 1.122 2005/06/25 23:20:43 hshoexer Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -325,7 +325,7 @@ exchange_run(struct message *msg) message_register_post_send(msg, exchange_finalize); - /* Fallthrough. */ + /* FALLTHROUGH */ case 0: /* XXX error handling. */ |