diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-06 09:38:51 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-06 09:38:51 +0000 |
commit | 978d5d73edeea8d5c725c43b7bd23fd897cac7fa (patch) | |
tree | 5432dc12247c1966f7cef733c4c2b6ebb3b69725 /bt-host.c | |
parent | 1304ca878a4e091c193bd4ae273e0b5cb6142237 (diff) |
Win32: Fix warnings
Attached patch fixes some warnings which only happen on Windows.
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5639 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'bt-host.c')
-rw-r--r-- | bt-host.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ struct HCIInfo *bt_host_hci(const char *id) #else struct HCIInfo *bt_host_hci(const char *id) { - fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n", errno); + fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n"); return 0; } |