Changeset 102f641 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2019-09-02T19:01:50Z (6 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/srv/loader/main.c

    r241f1985 r102f641  
    4343 * and completely hidden from applications.
    4444 */
    45 
    4645
    4746#include <stdio.h>
     
    443442        /* Set a handler of incomming connections. */
    444443        async_set_fallback_port_handler(ldr_connection, NULL);
    445        
     444
    446445        /* Announce to taskman. */
    447446        errno_t rc = taskman_intro_loader();
     
    457456         */
    458457        async_manager();
    459        
     458
    460459        /* Never reached */
    461460        return 0;
Note: See TracChangeset for help on using the changeset viewer.