Fix inline comment

This commit is contained in:
hasufell 2014-05-15 18:51:41 +02:00
parent 307df91fcf
commit baed4a52f8
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ HE_obj *parse_obj(char const * const obj_string)
/* exceeds 3 dimensions, malformed vertice */
if (strtok_r(NULL, " ", &str_ptr_space))
ABORT("Failure in parse_obj(),\n"
"malformed vertice, exceeds 2 dimensions!\n");
"malformed vertice, exceeds 3 dimensions!\n");
/* parse plain faces and fill them (not HE_face!) */
} else if (!strcmp(str_tmp_ptr, "f")) {