gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32788 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r32788 - gnunet-gtk/src/fs
Date: Mon, 24 Mar 2014 16:58:16 +0100

Author: LRN
Date: 2014-03-24 16:58:16 +0100 (Mon, 24 Mar 2014)
New Revision: 32788

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
Log:
Fix a typo

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2014-03-24 15:26:46 UTC 
(rev 32787)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2014-03-24 15:58:16 UTC 
(rev 32788)
@@ -1310,7 +1310,7 @@
   if (NULL == sr)
   {
     GNUNET_break (0);
-    return NULL;
+    return FALSE;
   }
   if (NULL != sr->meta)
     is_directory = GNUNET_FS_meta_data_test_for_directory (sr->meta);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]