aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
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).