python-adfs
changeset 82:fe806064ace5
Updated the copyright notice.
Clarified the control flow.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Tue Oct 11 23:17:26 2011 +0200 |
| parents | 1fe7233fb898 |
| children | 7ae071979b73 |
| files | ADFSlib.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/ADFSlib.py Mon Oct 10 22:46:16 2011 +0200 1.2 +++ b/ADFSlib.py Tue Oct 11 23:17:26 2011 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 """ 1.5 ADFSlib.py, a library for reading ADFS disc images. 1.6 1.7 -Copyright (c) 2003-2010, David Boddie 1.8 +Copyright (c) 2003-2011, David Boddie <david@boddie.org.uk> 1.9 1.10 This program is free software: you can redistribute it and/or modify 1.11 it under the terms of the GNU General Public License as published by 1.12 @@ -547,7 +547,7 @@ 1.13 1.14 return self.record['disc name'] #, map 1.15 1.16 - if self.disc_type == 'adEbig': 1.17 + elif self.disc_type == 'adEbig': 1.18 1.19 self.record = self._read_disc_record(0xc6804) 1.20
