Add space after casts in last change.
This commit is contained in:
parent
a95c81022e
commit
bf85638240
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue