Code cleanup
This commit is contained in:
parent
f1b36ae49e
commit
76e27ba17e
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2007 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Unix utils */
|
/* This file is part of DeforaOS Unix utils */
|
||||||
/* utils is not free software; you can redistribute it and/or modify it under
|
/* 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
|
* the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* basename */
|
/* basename */
|
||||||
static int _basename(char * arg, char * suf)
|
static int _basename(char * arg, char const * suf)
|
||||||
{
|
{
|
||||||
char * str;
|
char * str;
|
||||||
int slen;
|
int slen;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user