freemyipod r434 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r433‎ | r434 | r435 >
Date:18:30, 16 January 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Fix syntax error introduced in r427
Modified paths:
  • /emcore/trunk/tools/libemcoredata.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/libemcoredata.py
@@ -56,7 +56,7 @@
5757
5858 swtypes = {
5959 0: "invalid",
60 - 1: "emBIOS Debugger"
 60+ 1: "emBIOS Debugger",
6161 2: "emCORE Debugger"
6262 }
6363

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r427emCORE: change every 'emBIOS' text string to 'emCORE'farthen02:57, 16 January 2011