aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-24 07:07:30 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-24 07:07:30 +1000
commit61ebc12dd4621a53a553fffc6a6814ffe02d91b8 (patch)
treeed4c755e93640d3f84cea4c8dbc018b43674a118 /common.c
parent449a75756d13450ef0141427f36eaf1a45e93576 (diff)
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
Diffstat (limited to 'common.c')
-rw-r--r--common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.c b/common.c
index 27fdffed..53d4ccbc 100644
--- a/common.c
+++ b/common.c
@@ -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 );
}