From d2ea50dad82d27b20b1779edbaf4a332fbd5f434 Mon Sep 17 00:00:00 2001 From: briggs Date: Mon, 5 Aug 1996 23:20:46 +0000 Subject: [PATCH] Fix improperly terminated comment. Noticed by brg@dgate.org (Brian Gaeke). --- sys/arch/mac68k/mac68k/macrom.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sys/arch/mac68k/mac68k/macrom.c b/sys/arch/mac68k/mac68k/macrom.c index 8e3eead73087..5e5f8281db96 100644 --- a/sys/arch/mac68k/mac68k/macrom.c +++ b/sys/arch/mac68k/mac68k/macrom.c @@ -1,4 +1,4 @@ -/* $NetBSD: macrom.c,v 1.25 1996/05/25 14:45:34 briggs Exp $ */ +/* $NetBSD: macrom.c,v 1.26 1996/08/05 23:20:46 briggs Exp $ */ /*- * Copyright (C) 1994 Bradley A. Grantham @@ -762,9 +762,12 @@ mrg_init() caddr_t *handle; #endif - VBLQueue = (u_int16_t) 0; /* No vertical blanking routines in the queue */ - VBLQueue_head = (caddr_t) 0; /* Let's hope that this init happens - VBLQueue_tail = (caddr_t) 0; * before the RTC interrupts are enabled */ + /* + * Clear the VBLQueue. + */ + VBLQueue = (u_int16_t) 0; + VBLQueue_head = (caddr_t) 0; + VBLQueue_tail = (caddr_t) 0; #if defined(MRG_TEST) if (ROMResourceMap) {