From f6c11dfef30ff1349a4bc67b85ce016170fc9318 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Wed, 29 Jun 2011 19:17:02 +0200 Subject: Examples: Add missing semicolon in http-server --- examples/http-server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-server.js b/examples/http-server.js index faf53f1b..9a180e1f 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); -- cgit v1.2.1