summaryrefslogtreecommitdiff
path: root/src/mode_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mode_default.h')
-rw-r--r--src/mode_default.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mode_default.h b/src/mode_default.h
index 59caaed..d720978 100644
--- a/src/mode_default.h
+++ b/src/mode_default.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,9 +21,9 @@
#include "screen.h"
SDL_Surface *
-default_draw (const struct screen *screen);
+default_draw(const struct screen *screen);
int
-default_input (struct screen *screen, SDL_KeyboardEvent *key);
+default_input(struct screen *screen, SDL_KeyboardEvent *key);
#endif