summaryrefslogtreecommitdiff
path: root/neural.c
diff options
context:
space:
mode:
Diffstat (limited to 'neural.c')
-rw-r--r--neural.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/neural.c b/neural.c
index e8c75f8..f7ac393 100644
--- a/neural.c
+++ b/neural.c
@@ -55,7 +55,7 @@
** The Neural Net test requires an input data file.
** The name is specified here.
*/
-char *inpath="NNET.DAT";
+const char *inpath="NNET.DAT";
/*
** GLOBALS