[gjs] Examples: Add missing semicolon in http-server
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Examples: Add missing semicolon in http-server
- Date: Wed, 29 Jun 2011 18:30:30 +0000 (UTC)
commit f6c11dfef30ff1349a4bc67b85ce016170fc9318
Author: Adel Gadllah <adel gadllah gmail com>
Date: Wed Jun 29 19:17:02 2011 +0200
Examples: Add missing semicolon in http-server
examples/http-server.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/http-server.js b/examples/http-server.js
index faf53f1..9a180e1 100644
--- a/examples/http-server.js
+++ b/examples/http-server.js
@@ -3,7 +3,7 @@
const Lang = imports.lang;
const GLib = imports.gi.GLib;
-const Soup = imports.gi.Soup
+const Soup = imports.gi.Soup;
function HTTPServer(args) {
this._init(args);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]