[gobject-introspection] Remove trailing semicolon
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Remove trailing semicolon
- Date: Fri, 25 Jun 2010 15:46:06 +0000 (UTC)
commit e3f2284abffb0c834ec7c11d36b58e503186dd50
Author: Colin Walters <walters verbum org>
Date: Fri Jun 25 11:45:55 2010 -0400
Remove trailing semicolon
giscanner/dumper.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 813b0ef..2ffb028 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -223,7 +223,7 @@ class DumpCompiler(object):
raise CompilerError(
"Could not find object file: %s" % (source, ))
# need to be late - cf. bug#605156
- args.extend(libtool_args);
+ args.extend(libtool_args)
args.extend(list(sources))
subprocess.check_call(args)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]