diff options
Diffstat (limited to 'srUtils.h')
-rwxr-xr-x | srUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,6 +58,6 @@ *
* \param iToConv The integer to be converted.
*/
-srRetVal srUtilItoA(char *pBuf, int iLenBuf, int iToConv);
+rsRetVal srUtilItoA(char *pBuf, int iLenBuf, int iToConv);
#endif
|