diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-02-17 07:32:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-02-17 07:33:23 +0900 |
commit | 0fa128c9e17328c4d468146f358b1d5f8546ee50 (patch) | |
tree | 43b361769701dbf9f6e268f6dada9dcaa609216a /tools | |
parent | 5ef266242aa3f0d5b19040d6f241b13a57b4b498 (diff) |
Fixed typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/mkcreate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx index 362fea9029cd..2c02bd894d3c 100644 --- a/tools/bootstrp/mkcreate.cxx +++ b/tools/bootstrp/mkcreate.cxx @@ -628,7 +628,7 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds ) String aTmpStr( GetFullPath(), gsl_getSystemTextEncoding()); DirEntry aEntry( aTmpStr ); if ( !aEntry.Exists()) { - fprintf( stdout, " ... no directory!n" ); + fprintf( stdout, " ... no directory!\n" ); return FALSE; } |