X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fdebug.c;h=8bf4aedd9e2c7b79fb99b83af7c5827460cdc92a;hb=bfe645c1570343d3adca657ab67998e122ca8792;hp=ebd932f64431314971d208195738cd6e6b5a8270;hpb=a466d09b249d5018ecb0f1ec45adba545c02c75b;p=exim.git diff --git a/src/src/debug.c b/src/src/debug.c index ebd932f64..8bf4aedd9 100644 --- a/src/src/debug.c +++ b/src/src/debug.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -75,7 +75,7 @@ Returns: nothing */ void -debug_print_argv(uschar **argv) +debug_print_argv(const uschar ** argv) { debug_printf("exec"); while (*argv != NULL) debug_printf(" %.256s", *argv++);