Fix typo in NOOK TSR driver that prevented it from working on windows

This commit is contained in:
Kovid Goyal 2011-06-02 11:54:50 -06:00
parent f5f35cd1ed
commit ce1ed1ff09

View File

@ -115,5 +115,6 @@ class NOOK_TSR(NOOK):
BCD = [0x216]
EBOOK_DIR_MAIN = EBOOK_DIR_CARD_A = 'My Files/Books'
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'EBOOK_DISK'