Oops ... a typo.

This commit is contained in:
Fritz Elfert 1997-05-27 15:42:11 +00:00
parent a4aaec4162
commit 4c128ec9e4
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ int pcbit_writecmd(const u_char* buf, int len, int user, int driver, int channel
for (i=0; i < len; i++)
{
for(j=0; j < LOAD_RETRY; j++)
if (!(readb(dev->shmem + dev->loadptr))
if (!(readb(dev->sh_mem + dev->loadptr)))
break;
if (j == LOAD_RETRY)