aboutsummaryrefslogtreecommitdiffstats
path: root/src/el-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/el-private.h')
-rw-r--r--src/el-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/el-private.h b/src/el-private.h
index b85da02..93cc6f5 100644
--- a/src/el-private.h
+++ b/src/el-private.h
@@ -210,7 +210,7 @@ extern struct el g_el;
[source-file.c:1337:foo()]
- or if finfo is disabled
+ or if finfo is disabled. Last +1 is for closing ']'
[foo()]
@@ -219,7 +219,7 @@ extern struct el g_el;
#if ENABLE_FUNCINFO
-# define EL_PRE_FUNCINFO_LEN ((EL_FUNCLEN_MAX) + 2 + 1)
+# define EL_PRE_FUNCINFO_LEN ((EL_FUNCLEN_MAX) + 2 + 1 + 1)
#else
# define EL_PRE_FUNCINFO_LEN 0
#endif