(svn r15394) -Fix (r15389): no new line at end of line warning

This commit is contained in:
glx 2009-02-07 03:31:48 +00:00
parent b4f9cf551f
commit 39dfd18880
1 changed files with 1 additions and 1 deletions

View File

@ -608,4 +608,4 @@ const char *GetGraphicsSetName(int index)
index--;
}
error("GetGraphicsSetName: index %d out of range", index);
}
}