remove debug modification that I checked in accidentally

This commit is contained in:
Ulf Möller 2000-01-16 16:04:26 +00:00
parent 373b575f5a
commit 88618bac73

2
e_os.h
View File

@ -79,7 +79,7 @@ extern "C" {
#ifndef DEVRANDOM #ifndef DEVRANDOM
/* set this to your 'random' device if you have one. /* set this to your 'random' device if you have one.
* My default, we will try to read this file */ * My default, we will try to read this file */
#define DEVRANDOM "/gibtsnich/dev/urandom" #define DEVRANDOM "/dev/urandom"
#endif #endif
#if defined(__MWERKS__) && defined(macintosh) #if defined(__MWERKS__) && defined(macintosh)