Typo fix.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 15 Feb 2007 08:32:51 +0000 (08:32 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 15 Feb 2007 08:32:51 +0000 (08:32 +0000)
lib/silcsftp/sftp_fs_memory.c

index 87e3a863cfef931e29710b6280cd52761ddfa6d0..7e7c24f43716438b9fa0b1c097b5d46408af9fef 100644 (file)
@@ -619,7 +619,7 @@ void mem_read(void *context, SilcSFTP sftp,
              void *callback_context)
 {
   MemFSFileHandle h = (MemFSFileHandle)handle;
-  unsigned char *data[32768];
+  unsigned char data[32768];
   int ret;
 
   if (len > 32768)