diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-28 16:47:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-28 16:47:03 +0200 |
commit | 966a18535300a4126f5fff2651d1298bc64ca789 (patch) | |
tree | 3db15830fcbbc747b60c39d3b9fa2408cc2a9539 /sys/lib | |
parent | d5155e6bc8de47549af8396cc434df4b74c85bc1 (diff) |
fix missing return compile error for manual book index generator
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/man/permind/ptx1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/man/permind/ptx1.c b/sys/lib/man/permind/ptx1.c index fac218d7c..486d3d5a5 100644 --- a/sys/lib/man/permind/ptx1.c +++ b/sys/lib/man/permind/ptx1.c @@ -108,6 +108,7 @@ FILE *bptr; char *cmds; +void main(int argc, char **argv) { int c; |