mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Linux also needs cast to char * of NULL
This commit is contained in:
parent
3d25ba1ea1
commit
e8fe4970eb
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ _Tt_string _tt_entrypt_to_string(_Tt_entry_pt fun)
|
||||||
return "tt_feature_enabled";
|
return "tt_feature_enabled";
|
||||||
case TT_FEATURE_REQUIRED :
|
case TT_FEATURE_REQUIRED :
|
||||||
return "tt_feature_required";
|
return "tt_feature_required";
|
||||||
#ifdef __osf__
|
#if defined(__osf__) || defined(linux)
|
||||||
case TT_API_CALL_LAST: return (char *) NULL;
|
case TT_API_CALL_LAST: return (char *) NULL;
|
||||||
#else
|
#else
|
||||||
case TT_API_CALL_LAST: return NULL;
|
case TT_API_CALL_LAST: return NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue