summaryrefslogtreecommitdiff
path: root/codec/compat
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-08-20 15:20:42 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-08-20 15:20:42 +0000
commit8298fd2b0a976cbf064c04f6a248dbfe124d2cf3 (patch)
tree29ec6eb35f636a60ca5fe3da2d8279f6687ab525 /codec/compat
parent7dcb817e6acf9ec78a1bf09dfa9b188dd18e68b6 (diff)
Added support for the TGA file format in the codec
Diffstat (limited to 'codec/compat')
-rw-r--r--codec/compat/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/compat/getopt.c b/codec/compat/getopt.c
index 1491bf03..23270e6a 100644
--- a/codec/compat/getopt.c
+++ b/codec/compat/getopt.c
@@ -251,7 +251,7 @@ found:
}// end of single character
}//end '-'
- fprintf(stderr,"Invalid option %s\n");
+ fprintf(stderr,"Invalid option\n");
++optind;
return (BADCH);;
}//end function