aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Remember.cc b/src/Remember.cc
index 6a611bf..2eb39d4 100644
--- a/src/Remember.cc
+++ b/src/Remember.cc
@@ -337,7 +337,7 @@ FbTk::Menu *createRememberMenu(BScreen &screen) {
337 337
338 menu->updateMenu(); 338 menu->updateMenu();
339 return menu; 339 return menu;
340}; 340}
341 341
342// offset is the offset in the string that we start looking from 342// offset is the offset in the string that we start looking from
343// return true if all ok, false on error 343// return true if all ok, false on error
@@ -395,7 +395,7 @@ bool handleStartupItem(const string &line, int offset) {
395 tmp_exec_cmd->execute(); 395 tmp_exec_cmd->execute();
396 delete tmp_exec_cmd; 396 delete tmp_exec_cmd;
397 return true; 397 return true;
398}; 398}
399 399
400 400
401 401
@@ -609,7 +609,7 @@ Application* findMatchingPatterns(ClientPattern *pat, Remember::Patterns *patlis
609 return 0; 609 return 0;
610} 610}
611 611
612}; // end anonymous namespace 612} // end anonymous namespace
613 613
614/*------------------------------------------------------------------*\ 614/*------------------------------------------------------------------*\
615\*------------------------------------------------------------------*/ 615\*------------------------------------------------------------------*/