From 113c38a3f8ac2bcc2cdec76458387d9222fdbddc Mon Sep 17 00:00:00 2001
From: "matthias.ringwald"
 <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>
Date: Tue, 12 Jul 2011 15:41:12 +0000
Subject: [PATCH] use // MARK: instead of #pragma mark

---
 src/remote_device_db_memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/remote_device_db_memory.c b/src/remote_device_db_memory.c
index 9a945c290..96f5374fc 100644
--- a/src/remote_device_db_memory.c
+++ b/src/remote_device_db_memory.c
@@ -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;