Skip to content

Commit

Permalink
Fixed assimp_cmp version output message
Browse files Browse the repository at this point in the history
  • Loading branch information
terziman committed Jan 17, 2014
1 parent 8267d93 commit 9cc1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/assimp_cmd/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const char* AICMD_MSG_ABOUT =
" -- Commandline toolchain --\n"
"------------------------------------------------------ \n\n"

"Version %i.%i-%s%s%s%s%s (SVNREV %i)\n\n";
"Version %i.%i %s%s%s%s%s(SVNREV %i)\n\n";

const char* AICMD_MSG_HELP =
"assimp <verb> <parameters>\n\n"
Expand Down

0 comments on commit 9cc1e8f

Please sign in to comment.