summaryrefslogtreecommitdiffstats
path: root/op-flasher
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-12-12 11:50:02 -0600
committerPatrick Williams <patrick@stwcx.xyz>2016-12-12 11:50:10 -0600
commit73078903820ca3c8d1a46f21fbd77b06a770a43a (patch)
tree2b41e6a213320ef76e7b92d1a9b2a7d298c4afe4 /op-flasher
parent84ab7e90106fa28279550f31fa24cfd9ccf400ae (diff)
downloadtalos-skeleton-73078903820ca3c8d1a46f21fbd77b06a770a43a.tar.gz
talos-skeleton-73078903820ca3c8d1a46f21fbd77b06a770a43a.zip
flasher: fix compile error in 84ab7e
Change-Id: I99c65334477f346658d37d1523a58985f8057963 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'op-flasher')
-rw-r--r--op-flasher/flasher_obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-flasher/flasher_obj.c b/op-flasher/flasher_obj.c
index 46cba57..796d03e 100644
--- a/op-flasher/flasher_obj.c
+++ b/op-flasher/flasher_obj.c
@@ -179,7 +179,7 @@ flash_access_setup(enum flash_access chip)
rc = arch_flash_init(&bl, NULL, 1);
if (rc) {
- fprintf(stderr, "Failed to init flash: %d\h", rc);
+ fprintf(stderr, "Failed to init flash: %d\n", rc);
return FLASH_SETUP_ERROR;
}
OpenPOWER on IntegriCloud