This commit is contained in:
Benjamin Peterson 2016-09-19 22:17:16 -07:00
commit e2e792d98f
7 changed files with 31 additions and 31 deletions

View file

@ -486,7 +486,7 @@ nu_halffloat(const char *p, const formatdef *f)
return unpack_halffloat(p, 1);
#else
return unpack_halffloat(p, 0);
#endif
#endif
}
static PyObject *