* Sync to trunk HEAD (r53473).
[reactos.git] / drivers / video / videoprt / services.c
index 5b9f3cf..bece375 100644 (file)
@@ -111,6 +111,6 @@ VideoPortGetAgpServices(
       return FALSE;
    }
 
-   RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(AgpServices));
+   RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(VIDEO_PORT_AGP_SERVICES));
    return TRUE;
 }