delayDone = 0;
int row8, height8;
row8 = 8 * (row / 8);
- height8 = 8 * (height / 8) + !!(height % 8);
+ height8 = 8 * (height / 8) + ! !(height % 8);
info("sending blit");
cmd[0] = 'b';
cmd[1] = row8;
}
}
- int next_timer = -1; /* ID of the next upcoming timer */
+ int next_timer = -1; /* ID of the next upcoming timer */
/* loop through the timer slots and try to find the next upcoming
timer */
/* reset number of allocated timer slots */
nTimers = 0;
- /* free memory used for storing the timer slots */
+ /* free memory used for storing the timer slots */
if (Timers != NULL) {
free(Timers);
Timers = NULL;