[vlc-devel] [PATCH] Fix typo
Jean-Baptiste Kempf
jb at videolan.org
Thu Oct 30 12:58:04 CET 2008
Applied.
On Thu, Oct 30, 2008 at 10:44:59AM +0100, Pierre Ynard wrote :
> Fix typo
>
>
> diff --git a/modules/misc/win32text.c b/modules/misc/win32text.c
> index 20c524e..afffd37 100644
> --- a/modules/misc/win32text.c
> +++ b/modules/misc/win32text.c
> @@ -316,7 +316,7 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
> #endif
> if( !*psz_string )
> {
> - free( psz_strin );
> + free( psz_string );
> return VLC_EGENERIC;
> }
>
>
>
> --
> Pierre Ynard
> "Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
--
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list