From: matthew Date: Wed, 4 Aug 2010 18:29:43 +0000 (+0000) Subject: Add missing brace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d08534add446d4797f7bb6497efe19b42012a133;p=openbsd Add missing brace. ok deraadt@ --- diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 97046e732ad..c04b5e80751 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pci.c,v 1.58 2010/08/04 17:50:38 deraadt Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.59 2010/08/04 18:29:43 matthew Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -317,6 +317,7 @@ vga_pci_activate(struct device *self, int act) printf("%s: reposting video using BIOS. Is this neccessary?\n", sc->sc_dev.dv_xname); vga_post_call(sc->sc_posth); + } #endif rv = config_activate_children(self, act); break;