Avoid a pointless strcpy().

This commit is contained in:
Anthony J. Bentley
2015-10-05 23:58:00 -06:00
parent 31294d6d9d
commit 2ea2e47231
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@
#include "types.h"
extern SLONG fillchar;
extern char smartlinkstartsymbol[256];
extern char *smartlinkstartsymbol;
#endif