From 10ee677b63eb5b80198ea3144de6044976323bc0 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Sat, 1 May 2010 15:00:27 +0200 Subject: [PATCH] vdpau: fix small typo --- sys/vdpau/gstvdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vdpau/gstvdp.h b/sys/vdpau/gstvdp.h index cb94f700e0..0e377c4f0e 100644 --- a/sys/vdpau/gstvdp.h +++ b/sys/vdpau/gstvdp.h @@ -23,4 +23,4 @@ void gst_vdp_init(void); -#endif /* _GST_VDP_UTILS_H_ */ +#endif /* _GST_VDP_H_ */