Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
btsimonh committed Nov 12, 2017
1 parent 96d0eb8 commit 9316a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Matrix.cc
Expand Up @@ -3051,7 +3051,7 @@ NAN_METHOD(Matrix::GetrefCount) {
}
#else
if (self->mat.refcount){
refcount = *self->mat.refcount);
refcount = *(self->mat.refcount);
} else {
refcount = -1;
}
Expand Down

0 comments on commit 9316a01

Please sign in to comment.