From d53ff2ca729188a63a99d3d3390054ad6fad9572 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 20:00:20 +0000 Subject: Consistently use just the name of the #ifdef directive in #endif comments. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25574 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/geometry.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libvo/geometry.h') diff --git a/libvo/geometry.h b/libvo/geometry.h index 261ae4d64b..da4026a166 100644 --- a/libvo/geometry.h +++ b/libvo/geometry.h @@ -6,4 +6,5 @@ extern char *vo_geometry; extern int geometry_wh_changed; extern int geometry_xy_changed; int geometry(int *xpos, int *ypos, int *widw, int *widh, int scrw, int scrh); -#endif /* !GEOMETRY_H */ + +#endif /* GEOMETRY_H */ -- cgit v1.2.3