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
af780090
...
af780090617b5df1023475a3aa9eee964367fb86
authored
2003-07-26 11:09:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(iterator_get_list): Minor change
1 parent
573a9ada
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/iterator.c
mailbox/iterator.c
View file @
af78009
...
...
@@ -108,7 +108,7 @@ iterator_get_list (iterator_t iterator, list_t *plist)
if
(
!
iterator
)
return
EINVAL
;
*
plist
=
iterator
->
list
;
return
NULL
;
return
0
;
}
void
...
...
Please
register
or
sign in
to post a comment