summaryrefslogtreecommitdiff
path: root/neural.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-14 04:01:47 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-14 04:01:47 +0000
commit70e35dac3ac20a4554bce8b30f236d220e22487e (patch)
treedc2cb38fd574a25672993acc6d78a3e2dedc78a8 /neural.c
parentfac9b754c5c93f49c951fa157a3cb30b6fb05214 (diff)
-- Remove stop watch functions from idea.c, linear.c, and huffman.c
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@26 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
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