Commit eb3c35c6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

style: copy-paste error

(cherry picked from commit 2e8ae8bc6e65da672e544c69199f6f738cafcba3)
parent 98c3fc39
...@@ -69,7 +69,7 @@ text_style_t *text_style_Copy( text_style_t *p_dst, const text_style_t *p_src ) ...@@ -69,7 +69,7 @@ text_style_t *text_style_Copy( text_style_t *p_dst, const text_style_t *p_src )
p_dst->psz_fontname = strdup( p_src->psz_fontname ); p_dst->psz_fontname = strdup( p_src->psz_fontname );
if( p_src->psz_monofontname ) if( p_src->psz_monofontname )
p_dst->psz_monofontname = strdup( p_src->psz_fontname ); p_dst->psz_monofontname = strdup( p_src->psz_monofontname );
return p_dst; return p_dst;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment