diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-17 12:49:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-17 12:49:24 (EDT) |
commit | f1277c3d70cc0e5e0f603b114972ef8dbc7259bb (patch) | |
tree | 9aed1aa70c2e668e160ca0f29e3d4a5a962b98bf /patches | |
parent | f68756424e30d2eb6fe8d8abc37c5fe9c990303d (diff) |
Fix a syntax error in M+ fonts patch
Diffstat (limited to 'patches')
-rw-r--r-- | patches/03_add-mplus-fonts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/03_add-mplus-fonts.patch b/patches/03_add-mplus-fonts.patch index 92a19f5..80ad303 100644 --- a/patches/03_add-mplus-fonts.patch +++ b/patches/03_add-mplus-fonts.patch @@ -35541,7 +35541,7 @@ diff -Naur src.orig/include/linux/font.h src/include/linux/font.h + font_mplus_1m_regular_11x22, + font_mplus_1m_regular_14x28, + font_mplus_1m_regular_16x32, -+ font_mplus_1m_regular_24x48, ++ font_mplus_1m_regular_24x48; /* Find a font with a specific name */ |