diff options
Diffstat (limited to 'core/windows.c')
-rw-r--r-- | core/windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/windows.c b/core/windows.c index 1166e858a..cb031e261 100644 --- a/core/windows.c +++ b/core/windows.c @@ -173,7 +173,7 @@ int enumerate_devices(device_callback_t callback, void *userdata, int dc_type) int i; int count_drives = 0; const int bufdef = 512; - const char *dlabels[] = {"UEMISSDA", NULL}; + const char *dlabels[] = {"UEMISSDA", "GARMIN", NULL}; char bufname[bufdef], bufval[bufdef], *p; DWORD bufname_len; |