* Fixed fortuntes path, closing ticket #5028.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34208 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-11-24 16:01:07 +00:00
parent 0b63cc935f
commit d61301717d

View File

@ -26,9 +26,9 @@
#define MAX_FAILS_BEFORE_BSOD 0
#ifdef __HAIKU__
#define FORTUNE_FILE "/etc/fortunes/Fortunes"
# define FORTUNE_FILE "/boot/system/data/fortunes/Fortunes"
#else
#define FORTUNE_FILE "/etc/fortunes/default"
# define FORTUNE_FILE "/etc/fortunes/default"
#endif
#define KCMD_HELP "A funny KDL hangman game :-)"