[vlc-devel] commit: Remove trailing space. (Antoine Cellerier )
git version control
git at videolan.org
Wed Apr 2 23:14:03 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Apr 2 22:01:00 2008 +0200| [b3e4d536a178a5901fa788adeb9b81c7031767e5]
Remove trailing space.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3e4d536a178a5901fa788adeb9b81c7031767e5
---
src/video_output/vout_intf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 516c9e1..d1c6d8c 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -351,7 +351,7 @@ void vout_IntfInit( vout_thread_t *p_vout )
}
/* update triggered every time the vout's crop parameters are changed */
- var_Create( p_vout, "crop-update", VLC_VAR_VOID );
+ var_Create( p_vout, "crop-update", VLC_VAR_VOID );
/* Add custom crop ratios */
psz_buf = config_GetPsz( p_vout, "custom-crop-ratios" );
More information about the vlc-devel
mailing list