typdef define typo
------------------
Key: AXIS2C-1045
URL: https://issues.apache.org/jira/browse/AXIS2C-1045
Project: Axis2-C
Issue Type: Bug
Components: guththila
Reporter: Frank Huebbers
Hi,
in the guththila_defines.h is a typo. What I see there is:
#ifndef GUTHTHILA_TURE
#define GUTHTHILA_TRUE 1
#endif
what it should read instead is probably
#ifndef GUTHTHILA_TRUE
#define GUTHTHILA_TRUE 1
#endif
See link below for source code:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/include/guththila_defines.h?revision=586547&view=markup
Frank
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]