Fixing a bug
This commit is contained in:
parent
b21314bccd
commit
ed9e63c8e5
@ -9,7 +9,7 @@ int main(int argc, char** argv)
|
|||||||
{
|
{
|
||||||
if(argc != 3)
|
if(argc != 3)
|
||||||
{
|
{
|
||||||
printf("Usage: matches_simple <image1> <image2>\n");
|
printf("Usage: matcher_simple <image1> <image2>\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user