diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:29:30 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:29:30 +0000 |
| commit | c469e1339fc032757cff232c785bb6cb45b7f993 (patch) | |
| tree | c4f40ebd2af959f0347abd00fd2a504adaecfcb3 /applications/common | |
| parent | abf9809c2249b277f9ba13d79018d64a5ec8bfce (diff) | |
Remove some simple warnings about comments
Diffstat (limited to 'applications/common')
| -rw-r--r-- | applications/common/opj_getopt.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/applications/common/opj_getopt.c b/applications/common/opj_getopt.c index c28987ea..252d8359 100644 --- a/applications/common/opj_getopt.c +++ b/applications/common/opj_getopt.c @@ -197,7 +197,7 @@ again: return o->val; return 0; } - }//(end for)String not found in the list + }/*(end for)String not found in the list*/ fprintf(stderr,"Invalid option %s\n",arg); ++opj_optind; return (BADCH); @@ -244,11 +244,11 @@ found: fprintf(stderr,"Invalid option %s\n",arg); ++opj_optind; return (BADCH); - }//end of not found + }/*end of not found*/ - }// end of single character - }//end '-' + }/* end of single character*/ + }/*end '-'*/ fprintf(stderr,"Invalid option\n"); ++opj_optind; return (BADCH);; -}//end function +}/*end function*/ |
