X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4d3d955f2791199b35704c3e9784dc99fd229696..863bd541063e72fcea7305b9d3ee2cb460a6d3d1:/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;