From 76e27ba17eb91fc0fed3a567f5deb7ce0dc36ebe Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 19 Oct 2009 21:00:09 +0000 Subject: [PATCH] Code cleanup --- src/basename.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/basename.c b/src/basename.c index 8868463..030e753 100644 --- a/src/basename.c +++ b/src/basename.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ /* utils is not free software; you can redistribute it and/or modify it under * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 @@ -22,7 +22,7 @@ /* basename */ -static int _basename(char * arg, char * suf) +static int _basename(char * arg, char const * suf) { char * str; int slen;