X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fdebug.c;h=8bf4aedd9e2c7b79fb99b83af7c5827460cdc92a;hp=4b08f654c40898162a2343eec315451c1a31586e;hb=374dc1947cd80ee0532fabcbecc8c906a2d56ab9;hpb=1ba28e2b955b005ce4825fec792df17f75a8de1e diff --git a/src/src/debug.c b/src/src/debug.c index 4b08f654c..8bf4aedd9 100644 --- a/src/src/debug.c +++ b/src/src/debug.c @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/debug.c,v 1.7 2009/11/16 19:50:36 nm4 Exp $ */ - /************************************************* * 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. */ @@ -77,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++);