From e8d172060e89a3c058f13d61bf57478662b27d56 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Oct 2009 07:12:25 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-27=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sp37/init.c: Add missing argument to printf. --- testsuites/sptests/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index cdc5bf8b5d..11125e1415 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,5 +1,6 @@ 2009-10-27 Ralf Corsépius + * sp37/init.c: Add missing argument to printf. * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c, sp12/pritask.c, sp34/changepri.c: Use PRIdrtems_task_argument to print rtems_task_argument's.