From 4087753a5add77948b569fa0f266e9e9b07b6088 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 6 Sep 2010 21:44:54 +0000 Subject: [PATCH] 2010-09-06 23:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp ! Missing EOL @ EOF. * utils/hbmk2/hbmk2.prg ! Minor typo in comment. --- harbour/ChangeLog | 7 +++++++ harbour/contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp | 2 +- harbour/utils/hbmk2/hbmk2.prg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4079c22522..19db48c3bb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2010-09-06 23:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp + ! Missing EOL @ EOF. + + * utils/hbmk2/hbmk2.prg + ! Minor typo in comment. + 2010-09-05 17:35 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbqt.ch + Added more constants. diff --git a/harbour/contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp b/harbour/contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp index 9cfaace523..8321452e39 100644 --- a/harbour/contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp +++ b/harbour/contrib/hbqt/qtgui/hbqt_hbqgraphicsrectitem.cpp @@ -331,4 +331,4 @@ qreal HBQGraphicsRectItem::height() const return iHeight; } -#endif \ No newline at end of file +#endif diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 0e02722efa..fa5e0184ca 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -4356,7 +4356,7 @@ FUNCTION hbmk2( aArgs, nArgTarget, /* @ */ lPause, nLevel ) AAdd( hbmk[ _HBMK_aOPTD ], "-Wl, -Xdynamic" ) ENDIF IF hbmk[ _HBMK_lSHARED ] - /* TOFIX: .so is referred by it's full link time search path, + /* TOFIX: .so is referred by its full link time search path, there is even a backslash present in the dir formed by the linker */ AAdd( hbmk[ _HBMK_aOPTL ], "-Wl, -Xdynamic" )