[gnote] Remove redundant semicolon



commit afb4d0656b3d21729b2e682a58c22faf1452bd28
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Mon Oct 21 22:35:05 2019 +0300

    Remove redundant semicolon

 src/gnote.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnote.cpp b/src/gnote.cpp
index d9f169b1..3030b475 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -147,7 +147,7 @@ namespace gnote {
     Glib::ustring note_path = get_note_path(m_cmd_line.note_path());
 
     //create singleton objects
-    m_preferences.init();;
+    m_preferences.init();
     m_manager = new NoteManager(m_preferences);
     m_manager->init(note_path);
     m_notebook_manager = new notebooks::NotebookManager(default_note_manager());


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