From a8d12f6d37d46732011e008ac8252c4a3183e182 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 12 Feb 2012 20:27:49 +0000 Subject: Fix a small RAM log bug (the RAM log still does not work) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/stdio/lib_syslogstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib') diff --git a/nuttx/lib/stdio/lib_syslogstream.c b/nuttx/lib/stdio/lib_syslogstream.c index 3da066408..9cfb15367 100644 --- a/nuttx/lib/stdio/lib_syslogstream.c +++ b/nuttx/lib/stdio/lib_syslogstream.c @@ -1,7 +1,7 @@ /**************************************************************************** * lib/stdio/lib_syslogstream.c * - * Copyright (C) 2023 Gregory Nutt. All rights reserved. + * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3