From dbe695450a2a9196066a1cceb9e7fa5242c9f5ce Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 31 Jul 2015 15:36:15 +1000 Subject: fix run-pel.c build after error log entry changes Signed-off-by: Stewart Smith --- core/test/run-pel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/run-pel.c b/core/test/run-pel.c index 68fedfa..ab1fa05 100644 --- a/core/test/run-pel.c +++ b/core/test/run-pel.c @@ -31,7 +31,7 @@ DEFINE_LOG_ENTRY(TEST_ERROR, OPAL_PLATFORM_ERR_EVT, TEST_SUBSYS, OPAL_PLATFORM_FIRMWARE, OPAL_INFO, - OPAL_NA, NULL); + OPAL_NA); #include "../pel.c" -- cgit v1.1