summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index f0b381a546..fa2a117762 100644
--- a/e_os.h
+++ b/e_os.h
@@ -79,7 +79,7 @@ extern "C" {
#ifndef DEVRANDOM
/* set this to your 'random' device if you have one.
* My default, we will try to read this file */
-#define DEVRANDOM "/gibtsnich/dev/urandom"
+#define DEVRANDOM "/dev/urandom"
#endif
#if defined(__MWERKS__) && defined(macintosh)