summaryrefslogtreecommitdiffstats
path: root/srUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/srUtils.h b/srUtils.h
index 8b9e022f..89c00c14 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -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