[gnome-sound-recorder] Trivial: Missing semicolon



commit ae69dc0ae130a01e295e79d92e7536b9b6206674
Author: Miguel Vaello Martínez <miguel vaellomartinez gmail com>
Date:   Thu May 5 22:18:11 2016 +0200

    Trivial: Missing semicolon
    
    It was not harmful because the typo was at the end
    but is good have a clean and tidy code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766051
    
    Signed-off-by: Meg Ford <megford gnome org>

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 35d6d3f..bef64bc 100644
--- a/src/application.js
+++ b/src/application.js
@@ -85,7 +85,7 @@ const Application = new Lang.Class({
         this._initAppMenu();
         application = this;
         settings = new Gio.Settings({ schema: 'org.gnome.gnome-sound-recorder' });
-        this.ensure_directory()
+        this.ensure_directory();
     },
     
     ensure_directory: function() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]