summaryrefslogtreecommitdiff
path: root/obexd/client
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-12-02 18:28:33 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-08 14:00:28 +0100
commita41df6489d677b03e68e6eb34aced19369e3220f (patch)
tree2cf3bfbd21825e1771d00c5cdc6188482a00e4fd /obexd/client
parent29bdc7df4cf680df9f433bd756312eac530abf21 (diff)
downloadbluez-a41df6489d677b03e68e6eb34aced19369e3220f.tar.gz
obexd: List all enum values in switch
As described in coding style M10.
Diffstat (limited to 'obexd/client')
-rw-r--r--obexd/client/map.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/obexd/client/map.c b/obexd/client/map.c
index 76cf05571..e6c107358 100644
--- a/obexd/client/map.c
+++ b/obexd/client/map.c
@@ -1929,6 +1929,8 @@ static void map_handle_notification(struct map_event *event, void *user_data)
case MAP_ET_MESSAGE_SHIFT:
map_handle_folder_changed(map, event, event->folder);
break;
+ case MAP_ET_MEMORY_FULL:
+ case MAP_ET_MEMORY_AVAILABLE:
default:
break;
}