summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Xvlibint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xvlibint.h b/src/Xvlibint.h
index c2ae7d6..40f2710 100644
--- a/src/Xvlibint.h
+++ b/src/Xvlibint.h
@@ -50,6 +50,6 @@ SOFTWARE.
#define XvGetReq(name, req) \
req = (xv##name##Req *) _XGetRequest( \
dpy, (CARD8) info->codes->major_opcode, SIZEOF(xv##name##Req)); \
- req->xvReqType = xv_##name;
+ req->xvReqType = xv_##name
#endif /* XVLIBINT_H */