[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] [PATCH] reference correct location of psyc_util_lib.
From: |
Daniel Golle |
Subject: |
[GNUnet-developers] [PATCH] reference correct location of psyc_util_lib.c |
Date: |
Sun, 26 Jul 2015 23:17:53 +0200 |
User-agent: |
Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) |
r36102 moved psyc_util_lib.c from src/psyc to src/psycstore
Reflect that change in po/POTFILES.in and in psyc_util_lib.c
---
po/POTFILES.in | 2 +-
src/psycstore/psyc_util_lib.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5fd1026..fdb4c72 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -248,9 +248,9 @@ src/peerstore/plugin_peerstore_sqlite.c
src/postgres/postgres.c
src/psyc/gnunet-service-psyc.c
src/psyc/psyc_api.c
-src/psyc/psyc_util_lib.c
src/psycstore/gnunet-service-psycstore.c
src/psycstore/plugin_psycstore_sqlite.c
+src/psycstore/psyc_util_lib.c
src/psycstore/psycstore_api.c
src/pt/gnunet-daemon-pt.c
src/regex/gnunet-daemon-regexprofiler.c
diff --git a/src/psycstore/psyc_util_lib.c b/src/psycstore/psyc_util_lib.c
index 4ad7a91..75f97aa 100644
--- a/src/psycstore/psyc_util_lib.c
+++ b/src/psycstore/psyc_util_lib.c
@@ -19,7 +19,7 @@
*/
/**
- * @file psyc/psyc_util_lib.c
+ * @file psycstore/psyc_util_lib.c
* @brief PSYC utilities; receiving/transmitting/logging PSYC messages.
* @author Gabor X Toth
*/
--
2.4.6
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] [PATCH] reference correct location of psyc_util_lib.c,
Daniel Golle <=