Oops, I accidentaly left the debug option on by default.

It's set to off now.
This commit is contained in:
Kazutaka YOKOTA 1999-01-13 01:16:39 +00:00
parent aae6a996c3
commit 97f2835300
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: $
* $Id: vesa.c,v 1.12 1999/01/11 03:18:24 yokota Exp $
*/
#include "vga.h"
@ -62,7 +62,7 @@
#endif
#ifndef VESA_DEBUG
#define VESA_DEBUG 1
#define VESA_DEBUG 0
#endif
/* VESA video adapter state buffer stub */