Skip to content

Commit

Permalink
Update cfourcc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mypapit committed Oct 18, 2016
1 parent 922cef3 commit 6f904d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfourcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ main (int argc, char *argv[])
opterr = 0;

puts
("cfourcc 0.1.3 - (stupid) console fourcc changer\nCopyright (C) 2014 Mohammad Hafiz <mypapit@gmail.com>\nLicensed under the terms of the GNU General Public License version 2 (or later)\n");
("cfourcc 0.1.3a - (stupid) console fourcc changer\nCopyright (C) 2014 Mohammad Hafiz <mypapit@gmail.com>\nLicensed under the terms of the GNU General Public License version 2 (or later)\n");


while ((optchar = getopt (argc, argv, "d:u:ihf::")) != -1) {
Expand Down

0 comments on commit 6f904d9

Please sign in to comment.