From ad0777dcb1709b8d46d141e2cb8900dc9c91329d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 9 Apr 2015 11:11:51 +0000 Subject: [PATCH] fix order in initializer --- src/include/gnunet_ats_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h index 68499121e..c036a536b 100644 --- a/src/include/gnunet_ats_service.h +++ b/src/include/gnunet_ats_service.h @@ -612,7 +612,7 @@ GNUNET_ATS_reserve_bandwidth_cancel (struct GNUNET_ATS_ReservationContext *rc); /** * ATS preference types as array initializer */ -#define GNUNET_ATS_PreferenceType {GNUNET_ATS_PREFERENCE_END, GNUNET_ATS_PREFERENCE_BANDWIDTH, GNUNET_ATS_PREFERENCE_LATENCY} +#define GNUNET_ATS_PreferenceType {GNUNET_ATS_PREFERENCE_BANDWIDTH, GNUNET_ATS_PREFERENCE_LATENCY, GNUNET_ATS_PREFERENCE_END} /** * ATS preference types as string array initializer -- 2.25.1