* Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37985 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-08-09 16:30:04 +00:00
parent c34238562b
commit 969d58acec
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ if_indextoname(unsigned index, char* nameBuffer)
strlcpy(nameBuffer, request.ifr_name, IF_NAMESIZE);
return nameBuffer;
}