aboutsummaryrefslogtreecommitdiffstats
path: root/opie.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-14 12:06:04 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-14 12:06:04 +0000
commitd57b00768a8fa44d1e1c5f758440edabfa488baf (patch)
treedcdc77e502b4d251f05bc4f49f8ececebeb69df0 /opie.c
parentcd5b84b42695f3a653df1e6692cf1bf5268a50f7 (diff)
downloadfetchmail-d57b00768a8fa44d1e1c5f758440edabfa488baf.tar.gz
fetchmail-d57b00768a8fa44d1e1c5f758440edabfa488baf.tar.bz2
fetchmail-d57b00768a8fa44d1e1c5f758440edabfa488baf.zip
Fix more compiler warnings.
svn path=/branches/BRANCH_6-3/; revision=4736
Diffstat (limited to 'opie.c')
-rw-r--r--opie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opie.c b/opie.c
index 6c2018e4..b7687d94 100644
--- a/opie.c
+++ b/opie.c
@@ -73,7 +73,7 @@ int do_otp(int sock, char *command, struct query *ctl)
return rval;
return PS_SUCCESS;
-};
+}
#endif /* OPIE_ENABLE */
/* opie.c ends here */