mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Fix typo in comments.
This commit is contained in:
parent
f6c5be1c64
commit
5b13796be0
@ -307,7 +307,7 @@ public class ac {
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
try {
|
try {
|
||||||
s = s.trim().toLowerCase();
|
s = s.trim().toLowerCase();
|
||||||
if (s.startsWith("$")) { // 650, Motorola
|
if (s.startsWith("$")) { // 6502, Motorola
|
||||||
i = Integer.parseInt(s.substring(1), 0x10);
|
i = Integer.parseInt(s.substring(1), 0x10);
|
||||||
} else if (s.startsWith("0x")) { // Java, C
|
} else if (s.startsWith("0x")) { // Java, C
|
||||||
i = Integer.parseInt(s.substring(2), 0x10);
|
i = Integer.parseInt(s.substring(2), 0x10);
|
||||||
|
Loading…
Reference in New Issue
Block a user