avimux: fix typo in warning message

This commit is contained in:
Stefan Kost 2010-01-01 14:10:49 +02:00
parent 5479255130
commit fd9530d2d5

View file

@ -1010,7 +1010,7 @@ too_late:
} }
wrong_template: wrong_template:
{ {
g_warning ("avimuxx: this is not our template!\n"); g_warning ("avimux: this is not our template!\n");
return NULL; return NULL;
} }
} }