Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/genarch/gsp.c

    r0b4a67a rb3d513f  
    198198        if (t == NULL) {
    199199                printf("gsp_step: not found\n");
    200                 *mods = 0;
    201                 *key = 0;
     200                *mods = NULL;
     201                *key = NULL;
    202202                return 0;
    203203        }
Note: See TracChangeset for help on using the changeset viewer.