Make hwcGetenv's argument a const to match the prototype.

This commit is contained in:
anholt
2003-07-23 18:52:36 +00:00
parent 8f048f464d
commit 6f367986f4

View File

@@ -868,7 +868,7 @@ hwcSetMemClock(hwcBoardInfo *bInfo, FxU32 speedInMHz)
} /* hwcSetMemClock */
char *
hwcGetenv(char *a)
hwcGetenv(const char *a)
{
envitem *ptr;