Skip to content
Snippets Groups Projects
Commit 1bf3fc62 authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix: replaced spurious #elif by #else. No idea how this could ever...

bugfix: replaced spurious #elif by #else.  No idea how this could ever compile.  Thanks to Christoph Grüniger for the hint

[[Imported from SVN: r8356]]
parent 2f0a45c4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
#if STDC_HEADERS
# ifdef HAVE_STRING_H
# include <string.h>
# elif
# else
# ifdef HAVE_STRINGS_H
# include <strings.h>
# endif
......
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