summaryrefslogtreecommitdiff
path: root/source/components/parser/pswalk.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/parser/pswalk.c')
-rw-r--r--source/components/parser/pswalk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/parser/pswalk.c b/source/components/parser/pswalk.c
index 093da84e6c83..06d8435c53c5 100644
--- a/source/components/parser/pswalk.c
+++ b/source/components/parser/pswalk.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2026, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -198,7 +198,7 @@ AcpiPsDeleteParseTree (
{
/* This debug option will print the entire parse tree */
- AcpiOsPrintf (" %*.s%s %p", (Level * 4), " ",
+ AcpiOsPrintf (" %*s%s %p", (Level * 4), "",
AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Op);
if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP)