diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-02 22:30:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-02 22:30:36 +0000 |
commit | df7c017fea45190ae21ceb58181b30c9920b2515 (patch) | |
tree | 14dda427f005d0ef4f41ee96c94775be1eb05652 /libexec | |
parent | 3afcc0e577b8111086db38be4fbe870a44fae8ea (diff) |
knf
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index 1f66cb2cced..9b31c156088 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.14 2003/03/02 20:49:10 deraadt Exp $ */ +/* $OpenBSD: spamd.c,v 1.15 2003/03/02 22:30:35 deraadt Exp $ */ /* * Copyright (c) 2002 Theo de Raadt. All rights reserved. @@ -163,6 +163,7 @@ parse_configline(char *line) goto parse_error; default: prev = '\0'; + break; } } |