Ignore:
File:
1 edited

Legend:

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

    r09ab0a9a 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.