Minor polish like adding missing whitespace, switch to using --argument switch in function definitions to make code more readable, add a few minor saftey checks, etc.

darcs-hash:20070923210730-75c98-88557ba8b6020cae04a5e437c6bb6370e39c04d9.gz
This commit is contained in:
liljencrantz
2007-09-24 07:07:30 +10:00
parent 449a75756d
commit 61ebc12dd4
7 changed files with 21 additions and 22 deletions

View File

@@ -1727,8 +1727,8 @@ int create_directory( wchar_t *d )
void bugreport()
{
debug( 1,
_( L"This is a bug. "
L"If you can reproduce it, please send a bug report to %s." ),
_( L"This is a bug. "
L"If you can reproduce it, please send a bug report to %s." ),
PACKAGE_BUGREPORT );
}