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
59189b91
...
59189b912f9a87fbe97384e6a71e9e542325b4e1
authored
2003-12-28 22:14:09 +0000
by
uid65697
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor style fix
1 parent
1c8bb2b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
59189b9
...
...
@@ -400,7 +400,7 @@ mu_common_argp_parser (int key, char *arg, struct argp_state *state)
argp_error
(
state
,
_
(
"invalid lock flag '%c'"
),
*
arg
);
}
}
locker_set_default_flags
(
flags
);
locker_set_default_flags
(
flags
);
}
break
;
...
...
Please
register
or
sign in
to post a comment