gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19230 - gnunet-update/test/old/test-package/src


From: gnunet
Subject: [GNUnet-SVN] r19230 - gnunet-update/test/old/test-package/src
Date: Wed, 18 Jan 2012 13:42:09 +0100

Author: harsha
Date: 2012-01-18 13:42:09 +0100 (Wed, 18 Jan 2012)
New Revision: 19230

Modified:
   gnunet-update/test/old/test-package/src/test-binary.c
Log:
-fixed typo

Modified: gnunet-update/test/old/test-package/src/test-binary.c
===================================================================
--- gnunet-update/test/old/test-package/src/test-binary.c       2012-01-18 
12:40:31 UTC (rev 19229)
+++ gnunet-update/test/old/test-package/src/test-binary.c       2012-01-18 
12:42:09 UTC (rev 19230)
@@ -26,7 +26,7 @@
 
 #include "../config.h"
 
-#ifdef HAVE_LIBFAKE
+#ifdef HAVE_LIBFAKE_H
 #include <libfake.h>
 #endif
 
@@ -35,7 +35,7 @@
  */
 int main ()
 {
-#ifdef HAVE_LIBFAKE
+#ifdef HAVE_LIBFAKE_H
   return FAKE_function();
 #else
   return 0;




reply via email to

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