From 7a6baccc4206879db63ba714084ec9331cbcb6f5 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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4385 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/lib/stdio/lib_syslogstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib/stdio/lib_syslogstream.c') diff --git a/nuttx/lib/stdio/lib_syslogstream.c b/nuttx/lib/stdio/lib_syslogstream.c index 3da0664080..9cfb153675 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