From 3b5a91d2bbcb6fa1b01c598a1d61ba00912c12a3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 2 Jul 2012 23:40:36 +0200 Subject: [PATCH] s/MSG_error_t/msg_error_t/ --- src/jmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jmsg.h b/src/jmsg.h index 0810d600ba..45e734d75d 100644 --- a/src/jmsg.h +++ b/src/jmsg.h @@ -17,7 +17,7 @@ JNIEnv *get_current_thread_env(void); * This function throws the correct exception according to the status * provided. */ -void jmsg_throw_status(JNIEnv *env, MSG_error_t status); +void jmsg_throw_status(JNIEnv *env, msg_error_t status); /* * Class org_simgrid_msg_Msg -- 2.20.1