diff src/video/Xext/Xv/Xvlibint.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents ecba4bbaf9c2
children 81dde1b00bf1
line wrap: on
line diff
--- a/src/video/Xext/Xv/Xvlibint.h	Thu Jul 06 18:01:37 2006 +0000
+++ b/src/video/Xext/Xv/Xvlibint.h	Mon Jul 10 21:04:37 2006 +0000
@@ -59,7 +59,7 @@
 	dpy->bufptr += SIZEOF(xv##name##Req);\
 	dpy->request++
 
-#else  /* non-ANSI C uses empty comment instead of "##" for token concatenation */
+#else /* non-ANSI C uses empty comment instead of "##" for token concatenation */
 #define XvGetReq(name, req) \
         WORD64ALIGN\
 	if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
@@ -74,3 +74,4 @@
 
 
 #endif /* XVLIBINT_H */
+/* vi: set ts=4 sw=4 expandtab: */