Changeset 0b4a67a in mainline for uspace/srv/hid/kbd/genarch/gsp.c


Ignore:
Timestamp:
2010-11-20T15:33:02Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e1f9b7
Parents:
a9c6b966
Message:

Use a more portable definition of NULL.

File:
1 edited

Legend:

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

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