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 _______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
