From: Konrad Schwarz <
konrad....@siemens.com>
A random indentation mistake I corrected (thinking
I was at fault).
Signed-off-by: Konrad Schwarz <
konrad....@siemens.com>
---
core/progress_thread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/progress_thread.c b/core/progress_thread.c
index 3d413aef..89d2ee30 100644
--- a/core/progress_thread.c
+++ b/core/progress_thread.c
@@ -149,7 +149,7 @@ void swupdate_progress_init(unsigned int nsteps) {
pprog->msg.nsteps = nsteps;
pprog->msg.cur_step = 0;
pprog->msg.status = START;
- pprog->msg.cur_percent = 0;
+ pprog->msg.cur_percent = 0;
pprog->msg.infolen = get_install_info(pprog->
msg.info,
sizeof(pprog->
msg.info));
pprog->msg.source = get_install_source();
--
2.47.3