Compiler warning.

This commit is contained in:
Alan Mishchenko 2019-01-30 18:10:43 -08:00
parent ed155f7f42
commit b8db17b478
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ typedef enum {
// printing operator types
static inline char * Abc_OperName( int Type )
static inline const char * Abc_OperName( int Type )
{
if ( Type == ABC_OPER_NONE ) return NULL;
if ( Type == ABC_OPER_PI ) return "pi";