summaryrefslogtreecommitdiff
path: root/tests/location-api-test-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/location-api-test-util.c')
-rw-r--r--tests/location-api-test-util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/location-api-test-util.c b/tests/location-api-test-util.c
index fe565f2..bfea5e6 100644
--- a/tests/location-api-test-util.c
+++ b/tests/location-api-test-util.c
@@ -1,10 +1,10 @@
/*
* libslp-location
*
- * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Yunhan Kim <yhan.kim@samsung.com>,
- * Genie Kim <daejins.kim@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
+ * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
+ * Genie Kim <daejins.kim@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -129,7 +129,7 @@ char *json_util_get_polygon_name(int polygon_index)
JsonObject *polygon_obj = json_array_get_object_element(json_node_get_array(root), polygon_index);
name = (char *)json_object_get_string_member(polygon_obj, "name");
- if (name == NULL) return NULL;
+ if (name == NULL) return NULL;
return g_strdup(name);
}