diff options
Diffstat (limited to 'src/legacy/i810/xvmc/I810XvMC.c')
-rw-r--r-- | src/legacy/i810/xvmc/I810XvMC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy/i810/xvmc/I810XvMC.c b/src/legacy/i810/xvmc/I810XvMC.c index 0754ff44..e6b63d30 100644 --- a/src/legacy/i810/xvmc/I810XvMC.c +++ b/src/legacy/i810/xvmc/I810XvMC.c @@ -4323,7 +4323,7 @@ static XvAttribute I810_XVMC_ATTRIBUTES[] = { // Function: XvMCQueryAttributes // Description: An array of XvAttributes of size "number" is returned by // this function. If there are no attributes, NULL is returned and number -// is set to 0. The array may be freed with xfree(). +// is set to 0. The array may be freed with free(). // // Arguments: // display - Connection to the X server. |