Skip to content

Commit

Permalink
xvector: fixing typo in nnet3-xvector-scoring.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
David Snyder committed Mar 2, 2016
1 parent c4123c1 commit 133d0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xvectorbin/nnet3-xvector-scoring.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

int main(int argc, char *argv[]) {
using namespace kaldi;
using namespace kaldi::nnet3;
using namespace kaldi::nnet3;
typedef kaldi::int32 int32;
typedef kaldi::int64 int64;
try {
Expand Down

0 comments on commit 133d0d8

Please sign in to comment.