diff --git a/mrw/stacktrace.cpp b/mrw/stacktrace.cpp
index ded8a0f..de156b6 100644
--- a/mrw/stacktrace.cpp
+++ b/mrw/stacktrace.cpp
@@ -9,6 +9,9 @@
@license LGPL, see file COPYING
$Log$
+ Revision 1.13 2005/02/28 07:28:37 marc
+ typo
+
Revision 1.12 2005/02/28 07:14:03 marc
change in getting section size for SUN Solaris (old bfd.h)
@@ -335,7 +338,7 @@ void mrw::StackTrace::buildSectionMap(bfd* abfd, asection* section,
reinterpret_cast(fileoffset.second));
#ifdef bfd_get_section_size
bfd_size_type sz(bfd_get_section_size(section));
-#elsifdef bfd_get_section_size_before_reloc
+#elif defined bfd_get_section_size_before_reloc
bfd_size_type sz(bfd_get_section_size_before_reloc(section));
#else
bfd_size_type sz(section->size);