Skip to content

Commit

Permalink
Ops :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime4000 committed Apr 11, 2015
1 parent 9a8ebd9 commit 6c4dad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifmed/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static void PrintF(int code, string text)
static void Head()
{
Console.ForegroundColor = ConsoleColor.Yellow;
Console.Error.WriteLine("Internet Friendly Media Encoder Distributed - by Anime4000 (x265.github.io)");
Console.Error.WriteLine("Internet Friendly Media Encoder Distribution - by Anime4000 (x265.github.io)");
Console.Error.WriteLine("Version: {0} compiled on {1} ({2})\n", Globals.BuildVersion, Globals.BuildDate, Globals.CPU);
Console.ResetColor();
}
Expand Down

0 comments on commit 6c4dad4

Please sign in to comment.