Skip to content

Commit 597c9ec

Browse files
authored
Merge pull request #35 from retokromer/patch-3
fix typo in usage msg
2 parents eee40a4 + f81ad25 commit 597c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/TestCFHD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ int main(int argc, char **argv)
11421142

11431143
if (showusage)
11441144
{
1145-
printf("usage: %s [switches] or <filname.MOV|MP4|AVI>\n", argv[0]);
1145+
printf("usage: %s [switches] or <filename.MOV|MP4|AVI>\n", argv[0]);
11461146
printf(" -D = decoder tester\n");
11471147
printf(" -E = encoder tester\n");
11481148
}

0 commit comments

Comments
 (0)