summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xwake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xwake.c b/xwake.c
index 32d1dd2..fc0c8b7 100644
--- a/xwake.c
+++ b/xwake.c
@@ -26,8 +26,8 @@
* end - the time to stop preventing the screen from sleeping
* must be in "xx:xx" format
*/
-char start[] = "08:00";
-char end[] = "21:00";
+char *start = "08:00";
+char *end = "21:00";
void
gettime(int *store)