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
c9504ae6
...
c9504ae6cf2cea9f697ec474e3bc6750b8b6c833
authored
2002-03-28 17:43:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): initialize c.
1 parent
9cfd5000
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
guimb/main.c
guimb/main.c
View file @
c9504ae
...
...
@@ -138,7 +138,7 @@ static const char *guimb_argp_capa[] = {"mailutils", NULL};
int
main
(
int
argc
,
char
*
argv
[])
{
int
c
;
int
c
=
argc
;
guimb_param_t
param
;
struct
guimb_data
gd
;
...
...
Please
register
or
sign in
to post a comment