X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3e82d28a25a0b58d4e3ca79db987aa8be35fd9a2..845a3ced80964f562872aba841099adbc8933b40:/src/src/local_scan.h diff --git a/src/src/local_scan.h b/src/src/local_scan.h index bca14bcaf..bc4fc8e25 100644 --- a/src/src/local_scan.h +++ b/src/src/local_scan.h @@ -115,7 +115,7 @@ typedef struct header_line { /* Entries in lists options are in this form. */ typedef struct { - const char *name; + const char *name; /* should have been uschar but too late now */ int type; void *value; } optionlist;