Add missing brace.
authormatthew <matthew@openbsd.org>
Wed, 4 Aug 2010 18:29:43 +0000 (18:29 +0000)
committermatthew <matthew@openbsd.org>
Wed, 4 Aug 2010 18:29:43 +0000 (18:29 +0000)
ok deraadt@

sys/dev/pci/vga_pci.c

index 97046e7..c04b5e8 100644 (file)
@@ -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;