projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05cd1d
)
removed one compile warning (unused variable e)
author
Miloš Klouček
<m.kloucek.m@atlas.cz>
Sat, 16 Aug 2008 17:24:13 +0000
(17:24 +0000)
committer
Miloš Klouček
<m.kloucek.m@atlas.cz>
Sat, 16 Aug 2008 17:24:13 +0000
(17:24 +0000)
SVN-Revision: 5727
tools/tilemanager/Lexer.cs
patch
|
blob
|
history
diff --git
a/tools/tilemanager/Lexer.cs
b/tools/tilemanager/Lexer.cs
index
bbbd397
..
1e8a723
100644
(file)
--- a/
tools/tilemanager/Lexer.cs
+++ b/
tools/tilemanager/Lexer.cs
@@
-137,7
+137,7
@@
public class Lexer {
return TokenType.SYMBOL;
}
}
- } catch(EOFException
e
) {
+ } catch(EOFException) {
return TokenType.EOF;
}
}