From: Behdad Esfahbod Date: Tue, 14 Jun 2011 18:35:44 +0000 (-0400) Subject: Remove extra semicolon X-Git-Tag: submit/master/20120920.151126~7^2~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=970e092dc23cbeb7897d4c7bb58c042209f518fb;p=framework%2Fuifw%2Fharfbuzz.git Remove extra semicolon --- diff --git a/src/hb-private.hh b/src/hb-private.hh index 33d5a3e..f385146 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -451,7 +451,7 @@ static inline unsigned char TOLOWER (unsigned char c) /* Makes class uncopyable. Use in private: section. */ #define NO_COPY(T) \ T (const T &o); \ - T &operator = (const T &o); + T &operator = (const T &o) /* Debug */