Changeset e5bc912 in mainline for uspace/srv/audio/hound/main.c


Ignore:
Timestamp:
2013-08-16T15:16:21Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac8b096
Parents:
537620a8
Message:

Fix printf compile issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/main.c

    r537620a8 re5bc912  
    3737#include <async.h>
    3838#include <errno.h>
     39#include <inttypes.h>
    3940#include <stdio.h>
    4041#include <stdlib.h>
     
    9495                return -ret;
    9596        }
    96         log_info("Running with service id %u", id);
     97        log_info("Running with service id %" PRIun, id);
    9798
    9899        scan_for_devices();
Note: See TracChangeset for help on using the changeset viewer.