summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-03 10:41:13 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-03 10:41:13 +0000
commit339952c2af6332f46938e3824c70d3d5091bf474 (patch)
treeead7f24e795b5de5adee138ee596bb0958654caf /src
parent75715635e8554aba7df44cb945ca163732526cf7 (diff)
[trunk] Remove simple warnings
Diffstat (limited to 'src')
-rw-r--r--src/bin/jpip/opj_jpip_transcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpip/opj_jpip_transcode.c b/src/bin/jpip/opj_jpip_transcode.c
index 64dc842d..83232d67 100644
--- a/src/bin/jpip/opj_jpip_transcode.c
+++ b/src/bin/jpip/opj_jpip_transcode.c
@@ -108,7 +108,7 @@ int main(int argc,char *argv[])
ext = strrchr( argv[2], '.' );
if( ext )
{
- // strcasecmp ?
+ /* strcasecmp ? */
if( strcmp(ext, ".jp2" ) == 0 )
{
return jpip_to_jp2(argc,argv);