Fix compilation of statstest.c during make check

This commit is contained in:
Jim Fehlig 2011-07-07 10:15:05 -06:00
parent 94538e14e2
commit a34e193fb7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ static void testQuietError(void *userData ATTRIBUTE_UNUSED,
static int testDevice(const char *path, int expect)
{
int actual = xenLinuxDomainDeviceID(NULL, 1, path);
int actual = xenLinuxDomainDeviceID(1, path);
if (actual == expect) {
return 0;