mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
isfname.c: remove register keyword
This commit is contained in:
parent
b53728d3b3
commit
426a18d9ef
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ _removelast(char *path)
|
|||
char *
|
||||
_lastelement(char *path)
|
||||
{
|
||||
register char *p;
|
||||
char *p;
|
||||
|
||||
p = path + strlen(path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue