From b969b5a32a3924412b3584a2ab606ff64a3c4203 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 11 Jan 2011 17:23:10 +0100 Subject: [PATCH] libc: fix kernel cleanup script typo. Change-Id: I5fc119be535ed47dadc780234665335efa6b9ac5 --- libc/kernel/tools/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py index ca7e6bb4a..5e9d67700 100644 --- a/libc/kernel/tools/defaults.py +++ b/libc/kernel/tools/defaults.py @@ -45,7 +45,7 @@ kernel_default_arch_macros = { # Replace tokens in the output according to this mapping kernel_token_replacements = { - {"asm": "__asm__"}, + "asm": "__asm__", } # this is the set of known static inline functions that we want to keep