Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4c3c708c authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Fix comment

parent e1c43c5d
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ inline static void mpf_backtrace(){
inline static void mpf_backtrace(){}
#endif
/*! \brief Displays an error message and that's all. */
/*! \brief Displays a warning message and that's all. */
#define SETWARN(n,s, ...) {MpfWarning(__LINE__,PACKAGE_NAME,__FILE__,__func__,n,s, ## __VA_ARGS__);}
/*! \brief Displays an error message and quits the current routine. */
#define SETERRQ(n,s, ...) {int _ierr = MpfError(__LINE__,PACKAGE_NAME,__FILE__,__func__,n,s, ## __VA_ARGS__); debug_break(); return _ierr;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment