From 6501707bcb13cdf1348d419b39f6918ffc892e0a Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Sun, 23 Feb 2014 15:09:43 +0100 Subject: [PATCH] core: lifo: added the right author --- core/lifo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/lifo.c b/core/lifo.c index e76cd60e9b..846d3741ee 100644 --- a/core/lifo.c +++ b/core/lifo.c @@ -11,7 +11,8 @@ * @{ * @file lifo.c * @brief LIFO buffer implementation - * @author probably Kaspar Schleiser + * + * @author Heiko Will * @} */