aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-30 19:25:58 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-30 19:25:58 +0000
commit485f20f1de5adbbb0ab05b42aaced78feb9bf58c (patch)
treec5c116705225dbfcf49a869c4fb5c2e6aceea766 /src
parent4f64cda2fd1594d6fcb419707e652d0811111086 (diff)
downloadgnunet-485f20f1de5adbbb0ab05b42aaced78feb9bf58c.tar.gz
gnunet-485f20f1de5adbbb0ab05b42aaced78feb9bf58c.zip
eliminate warning
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_file_information.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c
index e72f42f9a..984d56f30 100644
--- a/src/fs/fs_file_information.c
+++ b/src/fs/fs_file_information.c
@@ -60,8 +60,9 @@ struct GNUNET_FS_FileInformation *
60GNUNET_FS_file_information_recover (const char *name) 60GNUNET_FS_file_information_recover (const char *name)
61{ 61{
62 struct GNUNET_FS_FileInformation *ret; 62 struct GNUNET_FS_FileInformation *ret;
63 ret = NULL;
63 // FIXME! 64 // FIXME!
64 return NULL; 65 return ret;
65} 66}
66 67
67 68