Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/layout/ar.c

    ra1eba300 rb7fd2a0  
    3939#include "../kbd.h"
    4040
    41 static int ar_create(layout_t *);
     41static errno_t ar_create(layout_t *);
    4242static void ar_destroy(layout_t *);
    4343static wchar_t ar_parse_ev(layout_t *, kbd_event_t *ev);
     
    200200}
    201201
    202 static int ar_create(layout_t *state)
     202static errno_t ar_create(layout_t *state)
    203203{
    204204        return EOK;
Note: See TracChangeset for help on using the changeset viewer.