aboutsummaryrefslogtreecommitdiff
path: root/tools/cmake2meson.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cmake2meson.py')
-rwxr-xr-xtools/cmake2meson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake2meson.py b/tools/cmake2meson.py
index 5cf6dfe..7d6d02a 100755
--- a/tools/cmake2meson.py
+++ b/tools/cmake2meson.py
@@ -46,7 +46,7 @@ class Lexer:
def lex(self, code):
lineno = 1
line_start = 0
- loc = 0;
+ loc = 0
col = 0
while(loc < len(code)):
matched = False