]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Code cleanup and prepartion for 64-bit host fixes
[rmac] / direct.h
index 8bcc3516bf396de1a194a84b06b01236f9f169cb..24961c3fcc3d42dca035c58228cdca570c8f8105 100644 (file)
--- 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);