aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-05-10 11:01:50 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-05-10 11:01:50 +0000
commit3357052b8a0c1b3e5e622275bd83b2c2cbd37f92 (patch)
tree5daa28c886b78b42df18a5a1e7d55adb2e0e7edf /driver.c
parentfcacdda3106ed914d9aae17ca7c12e6bc1047c00 (diff)
downloadfetchmail-3357052b8a0c1b3e5e622275bd83b2c2cbd37f92.tar.gz
fetchmail-3357052b8a0c1b3e5e622275bd83b2c2cbd37f92.tar.bz2
fetchmail-3357052b8a0c1b3e5e622275bd83b2c2cbd37f92.zip
Consistency: rename preprocessor label.
svn path=/branches/BRANCH_6-3/; revision=4821
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 32f752db..02f88f52 100644
--- a/driver.c
+++ b/driver.c
@@ -1072,7 +1072,7 @@ static int do_session(
strlcpy(errbuf, strerror(err_no), sizeof(errbuf));
report_complete(stderr, ": %s\n", errbuf);
-#ifdef __UNUSED
+#ifdef __UNUSED__
/*
* Don't use this. It was an attempt to address Debian bug
* #47143 (Notify user by mail when pop server nonexistent).