diff options
| author | Sam Varshavchik | 2022-03-22 07:01:49 -0400 | 
|---|---|---|
| committer | GitHub | 2022-03-22 07:01:49 -0400 | 
| commit | 869e8b780c21d90ef50c91ad9e4c677f6047fb01 (patch) | |
| tree | 8ec8ab7017d194d84749d670a5ab81cffcd20f9f /rfc2045/rfc3676parser.c | |
| parent | 86e68b439f8c5ee56bb74078906f94bf8a498982 (diff) | |
| parent | a1828069b5d9d04061a9bf6d02a157a3e645bf0f (diff) | |
| download | courier-libs-869e8b780c21d90ef50c91ad9e4c677f6047fb01.tar.bz2 | |
Merge pull request #24 from roelvanmeer/debian-patches
Debian patches
Diffstat (limited to 'rfc2045/rfc3676parser.c')
| -rw-r--r-- | rfc2045/rfc3676parser.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rfc2045/rfc3676parser.c b/rfc2045/rfc3676parser.c index e52da45..79519e3 100644 --- a/rfc2045/rfc3676parser.c +++ b/rfc2045/rfc3676parser.c @@ -210,7 +210,7 @@ int rfc3676parser(rfc3676_parser_t handle,  		  size_t txt_cnt)  {  	if (handle->errflag) -		return handle->errflag; /* Error occured previously */ +		return handle->errflag; /* Error occurred previously */  	/* Convert to unicode and invoke parse_unicode() */ | 
