X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=24961c3fcc3d42dca035c58228cdca570c8f8105;hp=8bcc3516bf396de1a194a84b06b01236f9f169cb;hb=49cce96fba11282e4244187f15be418d5ae5bb8d;hpb=a057cc27cce291fdaab541a7f3c0cb2247edaae1 diff --git a/direct.h b/direct.h index 8bcc351..24961c3 100644 --- a/direct.h +++ b/direct.h @@ -13,7 +13,7 @@ // Globals, Externals etc extern TOKEN exprbuf[]; -extern int (*dirtab[])(); +extern int (* dirtab[])(); // Prototypes int d_even(void);