aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-09 14:56:55 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-09 14:56:55 +0900
commit88efa0cbb1817c8d5c50c5053fefe497ac602bf4 (patch)
tree86c9977163c6103770da044738287c90f0e3698a /src/testing
parent5357758fd97902f748bd3eb500d71c4ca0956065 (diff)
downloadgnunet-88efa0cbb1817c8d5c50c5053fefe497ac602bf4.tar.gz
gnunet-88efa0cbb1817c8d5c50c5053fefe497ac602bf4.zip
-ftbfs
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index 567d343cf..f133956cf 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -378,7 +378,7 @@ GNUNET_TESTING_interpreter_fail (struct GNUNET_TESTING_Interpreter *is)
378 * to access information about other commands. 378 * to access information about other commands.
379 * @return The actual running command. 379 * @return The actual running command.
380 */ 380 */
381const struct GNUNET_TESTING_Command * 381struct GNUNET_TESTING_Command *
382GNUNET_TESTING_interpreter_get_current_command ( 382GNUNET_TESTING_interpreter_get_current_command (
383 struct GNUNET_TESTING_Interpreter *is) 383 struct GNUNET_TESTING_Interpreter *is)
384{ 384{