label in macro H5_API_RETURN renamed

This commit is contained in:
2011-01-21 10:21:37 +00:00
parent 54aaf846e7
commit f6eeeca9b0
+2 -2
View File
@@ -232,8 +232,8 @@ h5_set_funcname (
#define H5_API_RETURN(retval) \
\
goto exit; \
exit: \
goto done; \
done: \
return retval; \
#endif