From 332dd17b418c8d1298bd3f2d51fb4396ea2443a2 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 7 Oct 2004 23:44:12 +0000 Subject: [PATCH] fix compile error --- .../src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp index c715ae786e..ebd48ef320 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp @@ -352,7 +352,7 @@ static const WhiteListEntry g_AllowedEntries[] = { 0x05dc, -1, "", "JUMP|Jump" }, // All Lexar Jump* drives { 0x1915, 0x2220, "", "" }, // Linksys USB 2.0 Disk 128MB { 0x0d7d, -1, "", "USB DISK" }, // PNY Attache pen drives - { 0x0ef5, -1, "", "Intelligent|Traveling", // PQI Intelligent Stick and Traveling Disk + { 0x0ef5, -1, "", "Intelligent|Traveling" }, // PQI Intelligent Stick and Traveling Disk }; bool IsDeviceAllowed( int idVendor, int idProduct, CString sVendor, CString sProduct ) {