Index: uspace/app/top/top.c
===================================================================
--- uspace/app/top/top.c	(revision dec16a201da62c0794357ded365e573a55387037)
+++ uspace/app/top/top.c	(revision 9e050558f6fae9d4875108d79011987377ff23fe)
@@ -255,5 +255,5 @@
 	operation_type = OP_TASKS;
 	while (true) {
-		char c = tgetchar(UPDATE_INTERVAL);
+		int c = tgetchar(UPDATE_INTERVAL);
 		if (c < 0) {
 			if ((ret = read_data(&data)) != NULL) {
