1
0
Fork 0
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:
Jon Trulson 2019-09-11 17:48:06 -06:00
parent b53728d3b3
commit 426a18d9ef

View file

@ -111,7 +111,7 @@ _removelast(char *path)
char *
_lastelement(char *path)
{
register char *p;
char *p;
p = path + strlen(path);