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
371dcd2d
...
371dcd2dd3904d2e06197e5d72b4dbb803e7e911
authored
2003-02-08 02:16:51 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Added return statement.
1 parent
0d58ade8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
examples/decode2047.c
examples/decode2047.c
View file @
371dcd2
...
...
@@ -66,4 +66,5 @@ main (int argc, char *argv[])
putchar
(
'\n'
);
free
(
p
);
}
return
0
;
}
...
...
Please
register
or
sign in
to post a comment