* remove a stray ;
  - it would be an empty statement, which is a proper statement, but not so nice when doing still declarations :) MSVC will complain.
This commit is contained in:
Nathan Letwory
2008-12-30 13:46:20 +00:00
parent 25fac7b001
commit 3fd28ca440

View File

@@ -4255,7 +4255,7 @@ int EdgeSlide(EditMesh *em, short immediate, float imperc)
if (!immediate && (mval[0] == mvalo[0] && mval[1] == mvalo[1])) {
PIL_sleep_ms(10);
} else {
char *p = str;;
char *p = str;
int ctrl= 0, shift= 0; // XXX
mvalo[0] = mval[0];