getsubopt.3: ffix (K&R style in example program)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-05 13:19:04 +13:00
parent 571767ca38
commit 57b1aaa4a7
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ The following program expects suboptions following a "\-o" option.
#include <assert.h>
#include <stdio.h>
int main(int argc, char **argv)
int
main(int argc, char **argv)
{
enum {
RO_OPT = 0,