Skip to content
Snippets Groups Projects
Commit 3055470c authored by xentrac's avatar xentrac
Browse files

Clean up man page slightly

parent cf054521
No related branches found
No related tags found
No related merge requests found
...@@ -77,11 +77,13 @@ Benchmarking for parsing backends -- determine empirically which backend will be ...@@ -77,11 +77,13 @@ Benchmarking for parsing backends -- determine empirically which backend will be
11 11
12 HParseResult *result = h_parse(hello_parser, input, inputsize); 12 HParseResult *result = h_parse(hello_parser, input, inputsize);
13 if(result) { 13 if(result) {
14 printf("yay!\n"); 14 printf("yay!\\n");
15 } else { 15 } else {
16 printf("boo!\n"); 16 printf("boo!\\n");
17 } 17 }
18 } 18 h_parse_result_free(result);
19 return 0 == result;
20 }
.fi .fi
.SH "AUTHOR" .SH "AUTHOR"
.sp .sp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment