From 352758e2f2548a5a66186e8b3179b1e3ee11984c Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Mon, 13 Jun 2016 15:55:39 +0530 Subject: api: Fix a typo in gfapi logging message framework Change-Id: I8a44a37a73f0c92783aecac8187247db98957070 BUG: 1202274 Signed-off-by: Anoop C S Reviewed-on: http://review.gluster.org/14709 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Poornima G Reviewed-by: Shyamsundar Ranganathan --- api/src/gfapi-messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h index fd90ff4d1bc..5deef15e3ae 100644 --- a/api/src/gfapi-messages.h +++ b/api/src/gfapi-messages.h @@ -41,7 +41,7 @@ #define GLFS_GFAPI_BASE GLFS_MSGID_COMP_API #define GLFS_NUM_MESSAGES 48 -#define GLFS_MSGID_END (GLFS_GFAPI_BASE + GLFS_NUM_MESSAGESi + 1) +#define GLFS_MSGID_END (GLFS_GFAPI_BASE + GLFS_NUM_MESSAGES + 1) /* Messages with message IDs */ #define glfs_msg_start_x GLFS_GFAPI_BASE, "Invalid: Start of messages" /*------------*/ -- cgit