diff options
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 0e4c19bf..d2556277 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -39,7 +39,7 @@ #include "popclient.h" /* release info */ -#define RELEASE_TAG "3.0b6" +#define RELEASE_TAG "3.03" #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ @@ -166,7 +166,7 @@ char **argv; fscanf(fp,"%d",&pid); fprintf(stderr,"popclient: killing popclient at PID %d\n",pid); if ( kill(pid,SIGKILL) < 0 ) - fprintf(stderr,"popclient: error killing the process %d\n.",pid); + fprintf(stderr,"popclient: error killing the process %d.\n",pid); else fprintf(stderr,"popclient: popclient at %d is dead.\n", pid); |