A bunch of the enums like PhoneAppDialMethodEnum have the last entry ending with a comma which is causing the compiler to complain. What can i do to remedy this?

typedef enum
{
PhoneAppDialMethodNormal = 0, // Normal PhnLibDial()
PhoneAppDialMethodSATSetupCall, // Use SIM Toolkit and respond "affirmative"
// to the SIM's request to set up a call.
}
PhoneAppDialMethodEnum;



thanks



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to