aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index cd67583d1..c5b126e08 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -816,7 +816,7 @@ GNUNET_ATS_performance_list_addresses_cancel (struct GNUNET_ATS_AddressListHandl
816 * @return a string or NULL if invalid 816 * @return a string or NULL if invalid
817 */ 817 */
818const char * 818const char *
819GNUNET_ATS_print_preference_type (uint32_t type) 819GNUNET_ATS_print_preference_type (enum GNUNET_ATS_PreferenceKind type)
820{ 820{
821 const char *prefs[] = GNUNET_ATS_PreferenceTypeString; 821 const char *prefs[] = GNUNET_ATS_PreferenceTypeString;
822 822