summaryrefslogtreecommitdiff
path: root/src/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keys.h')
-rw-r--r--src/keys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keys.h b/src/keys.h
index 63e3e44..256dd85 100644
--- a/src/keys.h
+++ b/src/keys.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,6 +21,6 @@
#include <SDL.h>
int
-normalize_keycode (SDL_Keycode code, SDL_Keymod mod);
+normalize_keycode(SDL_Keycode code, SDL_Keymod mod);
#endif