projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e491fa
)
fix const warning
author
Måns Rullgård
<mans@mansr.com>
Mon, 12 Dec 2005 01:51:38 +0000
(
01:51
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 12 Dec 2005 01:51:38 +0000
(
01:51
+0000)
Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
cmdutils.c
patch
|
blob
|
blame
|
history
diff --git
a/cmdutils.c
b/cmdutils.c
index
0f3747e
..
4fae966
100644
(file)
--- a/
cmdutils.c
+++ b/
cmdutils.c
@@
-45,7
+45,7
@@
void show_help_options(const OptionDef *options, const char *msg, int mask, int
}
}
-static OptionDef* find_option(const OptionDef *po, const char *name){
+static
const
OptionDef* find_option(const OptionDef *po, const char *name){
while (po->name != NULL) {
if (!strcmp(name, po->name))
break;