Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4688 → Rev 4687

/branches/dd/uspace/srv/console/console.c
173,7 → 173,7
}
}
 
static int ccap_fb_to_con(int ccap_fb, int *ccap_con)
int ccap_fb_to_con(int ccap_fb, int *ccap_con)
{
switch (ccap_fb) {
case FB_CCAP_NONE: *ccap_con = CONSOLE_CCAP_NONE; break;