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;