mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 23:44:47 +00:00
validate: fix whitespace separators in multi-line string constants
Drop dupplicated & add missing ones Additionally: typo fixes
This commit is contained in:
parent
bdd152484c
commit
9ea012de22
2 changed files with 8 additions and 8 deletions
|
@ -813,7 +813,7 @@ main (int argc, gchar ** argv)
|
|||
}
|
||||
|
||||
if (argc != 3) {
|
||||
g_printerr ("%i arguments recived, 2 expected.\n"
|
||||
g_printerr ("%i arguments received, 2 expected.\n"
|
||||
"You should run the test using:\n"
|
||||
" ./gst-validate-transcoding-1.0 <input-uri> <output-uri> [options]\n",
|
||||
argc - 1);
|
||||
|
|
Loading…
Reference in a new issue