aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/asn1_compiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/asn1_compiler.c')
-rw-r--r--scripts/asn1_compiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/asn1_compiler.c b/scripts/asn1_compiler.c
index c146020fc783..1b28787028d3 100644
--- a/scripts/asn1_compiler.c
+++ b/scripts/asn1_compiler.c
@@ -413,7 +413,7 @@ static void tokenise(char *buffer, char *end)
413 413
414 /* Handle string tokens */ 414 /* Handle string tokens */
415 if (isalpha(*p)) { 415 if (isalpha(*p)) {
416 const char **dir, *start = p; 416 const char **dir;
417 417
418 /* Can be a directive, type name or element 418 /* Can be a directive, type name or element
419 * name. Find the end of the name. 419 * name. Find the end of the name.