Changeset ee8d4d6 in mainline for uspace/app/contacts/contacts.c


Ignore:
Timestamp:
2019-02-24T16:03:53Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e801dc
Parents:
52b44c6
Message:

Fix build with -O1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/contacts/contacts.c

    r52b44c6 ree8d4d6  
    526526{
    527527        errno_t rc;
    528         contacts_t *contacts;
     528        contacts_t *contacts = NULL;
    529529
    530530        rc = contacts_open("contacts.sif", &contacts);
Note: See TracChangeset for help on using the changeset viewer.