summaryrefslogtreecommitdiff
path: root/atari/plot/font_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot/font_internal.h')
-rw-r--r--atari/plot/font_internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/atari/plot/font_internal.h b/atari/plot/font_internal.h
index 6d6a55deb..b5de3c2cc 100644
--- a/atari/plot/font_internal.h
+++ b/atari/plot/font_internal.h
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
+ */
+ #ifdef WITH_INTERNAL_FONT_DRIVER
#ifndef FONT_PLOTTER_INTERNAL
#define FONT_PLOTTER_INTERNAL
@@ -29,4 +30,5 @@ struct fb_font_desc {
};
-#endif \ No newline at end of file
+#endif
+#endif