Implement APIs for IPv6 and DNS configuration
[platform/core/api/connection.git] / src / libnetwork.c
index efd5cf6..9925292 100755 (executable)
@@ -746,7 +746,7 @@ int _connection_libnet_get_bluetooth_state(connection_bt_state_e *state)
        }
        //LCOV_EXCL_STOP
 
-done :
+done:
        __libnet_clear_profile_list(&bluetooth_profiles);
 
        return CONNECTION_ERROR_NONE;
@@ -1101,7 +1101,7 @@ int _connection_libnet_get_cellular_service_profile(
        }
        //LCOV_EXCL_STOP
 
-done :
+done:
        __libnet_clear_profile_list(&cellular_profiles);
        prof_handle_list = g_slist_append(prof_handle_list, *profile);