use // MARK: instead of #pragma mark

This commit is contained in:
matthias.ringwald 2011-07-12 15:41:12 +00:00
parent a595331e03
commit 113c38a3f8

View File

@ -161,7 +161,7 @@ static int get_name(bd_addr_t *bd_addr, device_name_t *device_name) {
return 0;
}
#pragma mark PERSISTENT RFCOMM CHANNEL ALLOCATION
// MARK: PERSISTENT RFCOMM CHANNEL ALLOCATION
static uint8_t persistent_rfcomm_channel(char *serviceName){
linked_item_t *it;