From 1af2963509e2b61055c6c1377fe1d2ef94804bf1 Mon Sep 17 00:00:00 2001 From: hackbard Date: Tue, 10 Jun 2003 08:57:53 +0000 Subject: [PATCH] corrected NODFB d3_l struct --- dfbapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfbapi.h b/dfbapi.h index b4b8f36..c57070a 100644 --- a/dfbapi.h +++ b/dfbapi.h @@ -36,7 +36,7 @@ typedef struct __d2_lattice IDirectFBInputDevice *keyboard; IDirectFBEventBuffer *k_buffer; #else - char *foo1,*foo2,foo3,foo4,foo5; + char *foo1,*foo2,*foo3,*foo4,*foo5; #endif } d2_lattice; -- 2.20.1