Minor edits

darcs-hash:20061028164448-ac50b-c53d5f235d01db3a11b01996b77411a213dc5303.gz
This commit is contained in:
axel
2006-10-29 02:44:48 +10:00
parent c5eaefc8b5
commit a6c00ca0d2
3 changed files with 14 additions and 12 deletions

View File

@@ -78,9 +78,9 @@ extern wchar_t *program_name;
if( !(arg) ) \
{ \
debug( 1, \
L"function %s called with null value for argument %s. " \
L"This is a bug. " \
L"If you can reproduce it, please send a bug report to %s.", \
_( L"function %s called with null value for argument %s. " \
L"This is a bug. " \
L"If you can reproduce it, please send a bug report to %s." ), \
__func__, \
#arg, \
PACKAGE_BUGREPORT ); \
@@ -96,7 +96,7 @@ extern wchar_t *program_name;
fwprintf( stderr, L"fish: Out of memory on line %d of file %s, shutting down fish\n", __LINE__, __FILE__ ); \
exit(1); \
} \
/**
Shorthand for wgettext call
*/