gpgparsemail: Fix last commit (3f2bdac)
* tools/rfc822parse.c (parse_field): Replace break by goto.
Brown paper bag bug: Changing an IF to a WHILE inside another loop
requires to fix the inner break.
(backported from 2.1 commit 9433661419043431a6cfc7d84c8450e0b2f6c353)
- Reported-by: Hanno Böck
- Signed-off-by: Werner Koch <wk@gnupg.org>