mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] boot: fix typo
@ 2014-06-30 12:27 Rolf Evers-Fischer
  2014-07-01  6:46 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Evers-Fischer @ 2014-06-30 12:27 UTC (permalink / raw)
  To: barebox

Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer@delphi.com>
---
 commands/boot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commands/boot.c b/commands/boot.c
index a23ffb1..c8eae10 100644
--- a/commands/boot.c
+++ b/commands/boot.c
@@ -151,7 +151,7 @@ static int bootscript_scan_path(struct blspec *blspec, const
char *path)
        glob(files, 0, NULL, &globb);

        for (i = 0; i < globb.gl_pathc; i++) {
-               char *bootscript_path = globb.gl_pathv[i];;
+               char *bootscript_path = globb.gl_pathv[i];

                if (*basename(bootscript_path) == '.')
                        continue;
--
1.7.4.4

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-01  7:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 12:27 [PATCH] boot: fix typo Rolf Evers-Fischer
2014-07-01  6:46 ` Sascha Hauer
2014-07-01  7:26   ` Rolf Evers-Fischer
2014-07-01  7:49     ` Holger Schurig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox