Fixed wrong macro name used in wifi-direct-ipc.h 71/56271/1
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 6 Jan 2016 02:37:00 +0000 (08:07 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 6 Jan 2016 02:43:45 +0000 (08:13 +0530)
This patch fixed wrong macro name used in wifi-direct-ipc.h
__WIFI_DIRECT_INTERNAL_H_ ==> __WIFI_DIRECT_IPC_H__

The wrong name could create confusion, So correction was required.

Change-Id: I646574e339e493d40fb3fd360637f8bd359dcaeb
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/capi-network-wifi-direct.spec
src/include/wifi-direct-ipc.h

index 7a05483f25a4fea2440175d37c704a1a8ba430c1..19c0eb06c82422c123bb9f70d8a463aeb2ca2578 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-network-wifi-direct
 Summary:    Network WiFi-Direct Library
-Version:    1.2.42
+Version:    1.2.43
 Release:    1
 Group:      Network & Connectivity/Wireless
 License:    Apache-2.0
index af8034f22a2890f192275ff92bba4839eef8017c..db23161fc42219fe5bf92f8220262de80546894b 100755 (executable)
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef __WIFI_DIRECT_INTERNAL_H_
-#define __WIFI_DIRECT_INTERNAL_H_
+#ifndef __WIFI_DIRECT_IPC_H__
+#define __WIFI_DIRECT_IPC_H__
 
 #define true 1
 #define false 0
@@ -314,4 +314,4 @@ typedef struct
 } wifi_direct_client_noti_s;
 
 
-#endif /* __WIFI_DIRECT_INTERNAL_H_ */
+#endif /* __WIFI_DIRECT_IPC_H__ */