summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/font.h b/src/font.h
index f735adf..26feda8 100644
--- a/src/font.h
+++ b/src/font.h
@@ -1,6 +1,6 @@
/*
* LiberTI - TI-like calculator designed for LibreCalc
- * Copyright (C) 2016 Delwink, LLC
+ * Copyright (C) 2016-2017 Delwink, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -21,12 +21,12 @@
#include <SDL.h>
int
-font_init (void);
+font_init(void);
void
-font_free (void);
+font_free(void);
SDL_Surface *
-get_font_char (int c);
+get_font_char(int c);
#endif