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

style: copy-paste error

parent f1c04981
...@@ -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