fix compiler warning: No newline at end of file

This commit is contained in:
Stephen Swaney 2005-09-12 04:46:34 +00:00
parent d5f55e0502
commit 5f15cf3d9a

@ -1610,4 +1610,4 @@ void evaluate_constraint (bConstraint *constraint, Object *ob, short ownertype,
printf ("Error: Unknown constraint type\n"); printf ("Error: Unknown constraint type\n");
break; break;
} }
} }