diff options
Diffstat (limited to 'src/gdisp_fonts.c')
-rw-r--r-- | src/gdisp_fonts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdisp_fonts.c b/src/gdisp_fonts.c index a58c538d..bd30342c 100644 --- a/src/gdisp_fonts.c +++ b/src/gdisp_fonts.c @@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
/*
Font tables included into gdisp.c
*/
@@ -653,3 +654,4 @@ #endif /* GDISP_NEED_TEXT */
#endif /* GFX_USE_GDISP */
+
|