Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3247 → Rev 3248

/programs/media/Fplay/system.h
186,7 → 186,7
}
 
static inline
void draw_text(const char *text, int x, int y, int len, color_t color)
void draw_text_sys(const char *text, int x, int y, int len, color_t color)
{
__asm__ __volatile__(
"int $0x40"