Split control/joystickkeyboardcontroller.?pp
[supertux.git] / tools / tilemanager / Lexer.cs
index bbbd397..601d53d 100644 (file)
@@ -1,3 +1,4 @@
+//  $Id$
 using System;
 using System.Text;
 using System.IO;
@@ -137,7 +138,7 @@ public class Lexer {
                         return TokenType.SYMBOL;
                     }
             }
-        } catch(EOFException e) {
+        } catch(EOFException) {
             return TokenType.EOF;
         }
     }