Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-08-31 18:13:13 +0400
committerJohn Langford <jl@hunch.net>2009-08-31 18:13:13 +0400
commit74cfa9e41a13c1fab793e30c01c3102c577a0609 (patch)
tree3501ff1194249895b409b69cc258ce5f7187c6d0 /parse_example.h
parent848527b1e758755879d27deebdb45ef4251acf1e (diff)
Fixing bugs in sender.cc
Diffstat (limited to 'parse_example.h')
-rw-r--r--parse_example.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_example.h b/parse_example.h
index 9ac0960c..cebf8bcd 100644
--- a/parse_example.h
+++ b/parse_example.h
@@ -49,7 +49,7 @@ struct audit_data {
};
struct example
-{
+{
void* ld;
v_array<size_t> indices;