Add space after casts in last change.

This commit is contained in:
Adrian Robert 2009-10-13 01:05:18 +00:00
parent a95c81022e
commit bf85638240
2 changed files with 3 additions and 3 deletions

View file

@ -548,7 +548,7 @@ but also for ascii (which causes unnecessary font substitution). */
if (NSFONT_TRACE)
fprintf (stderr, " Returning %ld entities.\n",
(long)XINT (Flength (list)));
(long) XINT (Flength (list)));
return list;
}
@ -655,7 +655,7 @@ Properties to be considered are same as for list(). */
if (NSFONT_TRACE)
fprintf (stderr, "nsfont: list families returning %ld entries\n",
(long)XINT (Flength (list)));
(long) XINT (Flength (list)));
return list;
}

View file

@ -5926,7 +5926,7 @@ - (void)mouseDown: (NSEvent *)e
last_hit_part = scroll_bar_move_ratio; break;
default: /* NSScrollerNoPart? */
fprintf (stderr, "EmacsScoller-mouseDown: unexpected part %ld\n",
(long)part);
(long) part);
return;
}