Index: uspace/app/tester/print/print2.c
===================================================================
--- uspace/app/tester/print/print2.c	(revision 2d11a7d86e751706f4d990ffdbd99edec012e4c8)
+++ uspace/app/tester/print/print2.c	(revision 9a1d8abd4768c007dc2f27c914e04be26e5a64f5)
@@ -31,5 +31,5 @@
 #include "../tester.h"
 
-char *test_print2(void)
+const char *test_print2(void)
 {
 	TPRINTF("Testing printf(\"%%c %%3.2c %%-3.2c %%2.3c %%-2.3c\", 'a', 'b', 'c', 'd', 'e'):\n");
