From 6becea79f3637707608c7794a6a62ae25d2a256d Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 23 Oct 2001 08:44:03 +0000 Subject: [PATCH] Remove spurious punctuation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2913 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 ++++ src/support/os.h | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index bfab4ca167..a5b0038526 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2001-10-23 Angus Leeming + + * os.h: remove spurious punctuation. + 2001-10-19 John Levon * LAssert.h: diff --git a/src/support/os.h b/src/support/os.h index 2d85f0ab12..855699a29d 100644 --- a/src/support/os.h +++ b/src/support/os.h @@ -22,23 +22,23 @@ public: static void init(int * argc, char ** argv[]); // - static string binpath() {return binpath_;}; + static string binpath() {return binpath_;} // - static string binname() {return binname_;}; + static string binname() {return binname_;} // system_tempdir actually doesn't belong here. // I put it here only to avoid a global variable. - static void setTmpDir(string p) {tmpdir_ = p;}; + static void setTmpDir(string p) {tmpdir_ = p;} // - static string getTmpDir() {return tmpdir_;}; + static string getTmpDir() {return tmpdir_;} // static string current_root(); // - static os::shell_type shell() {return _shell;}; + static os::shell_type shell() {return _shell;} // DBCS aware! static string::size_type common_path(string const &p1, -- 2.39.2