diff options
author | hjk <[email protected]> | 2008-12-02 14:20:25 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2008-12-02 14:20:25 +0100 |
commit | ab83dcd87cd36f3d6b492f0477094342216c18f5 (patch) | |
tree | 71c75a3a00aa6129d742cd3b897eadd53e7a72d7 /doc/example | |
parent | 8a43d9b9f30e66ec805c57d386c4dd90d6c03c4b (diff) |
off-by-one in headers
Diffstat (limited to 'doc/example')
-rw-r--r-- | doc/example/textfinder/main.cpp | 1 | ||||
-rw-r--r-- | doc/example/textfinder/textfinder.cpp | 1 | ||||
-rw-r--r-- | doc/example/textfinder/textfinder.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/doc/example/textfinder/main.cpp b/doc/example/textfinder/main.cpp index e5dc079469b..c388d8bba8e 100644 --- a/doc/example/textfinder/main.cpp +++ b/doc/example/textfinder/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "textfinder.h" diff --git a/doc/example/textfinder/textfinder.cpp b/doc/example/textfinder/textfinder.cpp index 46fb20dec4b..7fcd061d6f1 100644 --- a/doc/example/textfinder/textfinder.cpp +++ b/doc/example/textfinder/textfinder.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "textfinder.h" diff --git a/doc/example/textfinder/textfinder.h b/doc/example/textfinder/textfinder.h index b4e645317dc..0ff4839575d 100644 --- a/doc/example/textfinder/textfinder.h +++ b/doc/example/textfinder/textfinder.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef TEXTFINDER_H #define TEXTFINDER_H |