[linux-minidisc] [PATCH 17/17] Fix a syntax error.


---
 netmd/dump_md.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/netmd/dump_md.py b/netmd/dump_md.py
index 3e6cac8..d9bed30 100755
--- a/netmd/dump_md.py
+++ b/netmd/dump_md.py
@@ -67,7 +67,7 @@ def MDDump(md_iface, ext, track_range, disk_title_override=None):
         # Attemp to reduce the MD play delay by...
         print 'Waiting for MD...'
         # Waiting for the seek to complete...
-        while md_iface.getPosition() != [track, 0, 0, 0, 1] and 
+        while md_iface.getPosition() != [track, 0, 0, 0, 1] and \
               md_iface.getPosition() != [track, 0, 0, 0, 2]:
             sleep(1)
         # And waiting for the play to actualy begin.