Skip to content

Commit

Permalink
C: fix formatting on the 'usage' message
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasl committed Oct 20, 2015
1 parent b032b46 commit bf8316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/playback_file.c
Expand Up @@ -65,7 +65,7 @@ static void usage()
"\n<filename> is the file to read data from",
git_head, build_hostname);

fprintf(stderr, "Typical use:\n");
fprintf(stderr, "\n\nTypical use:\n");
fprintf(stderr, "./playback_file 172.16.1.10 1A 1 audio/mfc_fwd_4\n");

exit(-1);
Expand Down

0 comments on commit bf8316d

Please sign in to comment.