Changeset 102f641 in mainline for uspace/app/getterm/getterm.c


Ignore:
Timestamp:
2019-09-02T19:01:50Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

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

    r241f1985 r102f641  
    177177                return rc;
    178178        }
    179        
     179
    180180        rc = task_wait(&twait, NULL, NULL);
    181181        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.