1
0
Fork 0
This commit is contained in:
Jan Steemann 2014-09-23 09:38:16 +02:00
parent 0b647f65a0
commit f4eab1abe9
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ int TRI_errno () {
int TRI_errno () {
tri_error_t* eptr;
eptr = static_cast<decltype<eptr>(pthread_getspecific(ErrorKey));
eptr = static_cast<decltype(eptr)>(pthread_getspecific(ErrorKey));
if (eptr == nullptr) {
return 0;