diff options
| author | Sam Varshavchik | 2015-02-28 13:06:33 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2015-02-28 13:06:33 -0500 | 
| commit | c7920ad4c0d579af8c2818f6d9f5fec155d9c259 (patch) | |
| tree | 292a3dc6752e5e055991b82b9880bb1e4a865ee2 /unicode/linebreaktest.C | |
| parent | fe3b1281a52dcedeb3869d4d1d752daddec6fd84 (diff) | |
| download | courier-libs-c7920ad4c0d579af8c2818f6d9f5fec155d9c259.tar.bz2 | |
Fix header file name.
Diffstat (limited to 'unicode/linebreaktest.C')
| -rw-r--r-- | unicode/linebreaktest.C | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/unicode/linebreaktest.C b/unicode/linebreaktest.C index abaa922..46bbfee 100644 --- a/unicode/linebreaktest.C +++ b/unicode/linebreaktest.C @@ -1,5 +1,5 @@  #include	"unicode_config.h" -#include	"unicode.h" +#include	"courier-unicode.h"  #include	<iostream>  #include	<fstream> @@ -29,7 +29,7 @@ static void testsuite()  		if (std::getline(fp, buf).eof() && buf.empty())  			break; -	        +  		++linenum;  		buf.erase(std::find(buf.begin(), buf.end(), '#'), buf.end()); | 
