Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
040acaf7
...
040acaf77750f957ad437cfdb2c2963d66970b6b
authored
2002-09-27 13:27:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format_dump): Bugfix: missed break;
1 parent
e781ed92
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_format.c
mh/mh_format.c
View file @
040acaf
...
...
@@ -526,6 +526,7 @@ mh_format_dump (mh_format_t *fmt)
case
mhop_body
:
printf
(
"body"
);
break
;
case
mhop_num_to_arg
:
printf
(
"num_to_arg"
);
...
...
Please
register
or
sign in
to post a comment