diff options
author | Nikias Bassen | 2013-09-17 11:56:34 +0200 |
---|---|---|
committer | Nikias Bassen | 2013-09-17 11:56:34 +0200 |
commit | 9b525ba69fff75f3a1cbc755b8da285d1f7286cf (patch) | |
tree | 83c5cb28ed260dcc926cdb5561240aef33d8f394 /src/device.c | |
parent | f4758e8b15cd30fe3f7f18de42e2ea20bc5696f0 (diff) | |
download | usbmuxd-9b525ba69fff75f3a1cbc755b8da285d1f7286cf.tar.gz usbmuxd-9b525ba69fff75f3a1cbc755b8da285d1f7286cf.tar.bz2 |
silence several compiler warnings
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c index 8c786a7..91712be 100644 --- a/src/device.c +++ b/src/device.c @@ -114,7 +114,7 @@ struct mux_device static struct collection device_list; -uint64_t mstime64(void) +static uint64_t mstime64(void) { struct timeval tv; gettimeofday(&tv, NULL); |