-const char
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 15 Dec 2011 09:11:16 +0000 (09:11 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 15 Dec 2011 09:11:16 +0000 (09:11 +0000)
src/ats/ats_api_scheduling.c

index 8ee3fcee37bdb49da4621fd4718ef09cea2395ce..4ea7a1cbfb8e1465937ac864e1eb6b2c5f328013 100644 (file)
@@ -840,7 +840,7 @@ GNUNET_ATS_address_get_type (struct GNUNET_ATS_SchedulingHandle * sh, const stru
     type = GNUNET_ATS_NET_WAN;
 
 #if VERBOSE
-  char * range;
+  const char * range;
   switch (type) {
     case GNUNET_ATS_NET_WAN:
         range = "WAN";