summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.c b/journal.c
index c2e6249..4e316dd 100644
--- a/journal.c
+++ b/journal.c
@@ -5,7 +5,7 @@
#include <string.h>
#include <time.h>
-#define TITLE "david's journal"
+#define TITLE u8"david’s journal"
#define ENTRY_DIR "entries"
#define MAX_ENTRIES 1024