* 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
@@ -26,7 +26,7 @@
#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"
#endif