[med-svn] [bart] 14/14: fix const

Martin Uecker uecker-guest at moszumanska.debian.org
Sun Dec 6 23:10:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

uecker-guest pushed a commit to annotated tag v0.2.09d
in repository bart.

commit fc30b693ca8b8d0aafc90c082046cb33aaac32a5
Author: Martin Uecker <muecker at gwdg.de>
Date:   Sun Dec 6 22:36:39 2015 +0100

    fix const
---
 src/nlinv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nlinv.c b/src/nlinv.c
index ca172cb..bf1fb1b 100644
--- a/src/nlinv.c
+++ b/src/nlinv.c
@@ -46,7 +46,7 @@ static void help(void)
 
 
 
-int main_nlinv(int argc, char* const argv[])
+int main_nlinv(int argc, char* argv[])
 {
 	int iter = 8;
 	int c;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bart.git



More information about the debian-med-commit mailing list