From 343748ad8bc88988a462a50a3771554161312dd9 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 10 Dec 2006 16:06:56 +0000 Subject: [PATCH] distdef fix. --- lib/silcutil/silcmemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/silcutil/silcmemory.h b/lib/silcutil/silcmemory.h index 7bd7bef6..63fc1fc1 100644 --- a/lib/silcutil/silcmemory.h +++ b/lib/silcutil/silcmemory.h @@ -121,7 +121,7 @@ void *silc_memdup(const void *ptr, size_t size); #else #ifndef SILC_DIST_TOOLKIT #error "The stack trace is not supported in this distribution" -#endif +#endif /* SILC_DIST_TOOLKIT */ #include "stacktrace.h" #endif /* SILC_STACKTRACE */ -- 2.24.0