Index: uspace/app/sbi/src/os/helenos.c
===================================================================
--- uspace/app/sbi/src/os/helenos.c	(revision 04649677bb4fbe5c0b699c27add4f8664d9a15fc)
+++ uspace/app/sbi/src/os/helenos.c	(revision db3089df1b73fd8c776071a2bef307f5226bdf9b)
@@ -252,5 +252,6 @@
 	task_wait_t twait;
 	task_exit_t texit;
-	int rc, retval;
+	int rc;
+	int retval;
 
 	rc = task_spawnv(&tid, &twait, cmd[0], (char const * const *) cmd);
