mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6db9e66f7a
PR: 85000 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus
12 lines
328 B
C
12 lines
328 B
C
--- src/spfquery/spfquery.c.orig Thu Jul 28 19:04:46 2005
|
|
+++ src/spfquery/spfquery.c Thu Jul 28 19:04:54 2005
|
|
@@ -261,7 +261,7 @@
|
|
response_print_errors(const char *context,
|
|
SPF_response_t *spf_response, SPF_errcode_t err)
|
|
{
|
|
- SPF_error_t *spf_error;;
|
|
+ SPF_error_t *spf_error;
|
|
int i;
|
|
|
|
printf("StartError\n");
|