diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-10 11:01:50 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-10 11:01:50 +0000 |
commit | 3357052b8a0c1b3e5e622275bd83b2c2cbd37f92 (patch) | |
tree | 5daa28c886b78b42df18a5a1e7d55adb2e0e7edf /driver.c | |
parent | fcacdda3106ed914d9aae17ca7c12e6bc1047c00 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |