diff options
author | Tom Glenne <tom@kyber.io> | 2016-11-10 19:17:04 +0100 |
---|---|---|
committer | Tom Glenne <tom@kyber.io> | 2016-11-10 19:17:04 +0100 |
commit | e6258e22390462c88955147d91e230ab1aa3e11c (patch) | |
tree | b17242e36aaadc5aea0adb8608ebf6872e651c40 /config.def.h | |
parent | 56468e119466db0ea71c6611446d417b129fb861 (diff) | |
parent | de495fa4a4a96faf74ef0768e956155f797606c5 (diff) | |
download | ukulele-e6258e22390462c88955147d91e230ab1aa3e11c.tar.xz |
Merge branch 'master' of http://blekksprut.net/git/ukulele
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 74bcc14..09a60d7 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,7 @@ -int orz = 0; int dirlist = 0; +static char *orz = 0; + static char *title = "a wiki"; static char *id = "anonymous"; static char *home = "home"; |