Skip to content

Commit

Permalink
Merge pull request #41 from luigoalma/master
Browse files Browse the repository at this point in the history
This shouldn't be here, my error
  • Loading branch information
ihaveamac authored May 19, 2019
2 parents 62a8d83 + 7d8a976 commit e58b7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninfs/hac/_crypto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class SectorOffset : public bigint128 {
*p->Hi() = PyLong_AsUnsignedLongLongMask(_hi);
Py_DECREF(_hi);

return Py_CLEANUP_SUPPORTED;
return 1;
}
};

Expand Down

0 comments on commit e58b7ff

Please sign in to comment.