Typfix fuer ls-Kommando

Change-Id: Iffa4f7fad699773fc7d1298e69611f79c3baa7b1
diff --git a/std/shells/magier/fileview.c b/std/shells/magier/fileview.c
index eaf9d16..0e9f154 100644
--- a/std/shells/magier/fileview.c
+++ b/std/shells/magier/fileview.c
@@ -223,7 +223,8 @@
 {
   int flags,cmp,i,arg_size,size;
   int maxlen,counter,maxcount;
-  string *args,output;
+  mixed* args;
+  string output;
   mixed *tmp;
   closure output_fun,v_read,v_write,creator,sort_fun;