Skip to content

Commit

Permalink
Added missing newline at end of warning message in R_ReadTexureDefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Nov 18, 2008
1 parent 5a26885 commit a03f59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/r_data.c
Expand Up @@ -789,7 +789,7 @@ typedef struct {
if(patchNum < 0 || (unsigned) patchNum >= numPatches)
{
Con_Message("R_ReadTextureDefs: Invalid patch %i in "
"texture '%s'.", (int) patchNum,
"texture '%s'.\n", (int) patchNum,
mtexture->name);
continue;
}
Expand Down

0 comments on commit a03f59b

Please sign in to comment.