Commit b8db17b4 by Alan Mishchenko

Compiler warning.

parent ed155f7f
...@@ -157,7 +157,7 @@ typedef enum { ...@@ -157,7 +157,7 @@ typedef enum {
// printing operator types // 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_NONE ) return NULL;
if ( Type == ABC_OPER_PI ) return "pi"; if ( Type == ABC_OPER_PI ) return "pi";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment