[libfann] 43/242: fixed borland bug
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.
commit dc9a5ae23ca000d3b89c9e22313eb846a3c4affe
Author: Steffen Nissen <lukesky at diku.dk>
Date: Mon Jan 12 08:40:20 2004 +0000
fixed borland bug
---
src/include/fann_data.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/fann_data.h b/src/include/fann_data.h
index 02e727b..168b92b 100644
--- a/src/include/fann_data.h
+++ b/src/include/fann_data.h
@@ -33,7 +33,7 @@ struct fann_neuron
#ifdef __GNUC__
}__attribute__((packed));
#else
-}
+};
#endif
/* A single layer in the neural network.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git
More information about the debian-science-commits
mailing list