summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-07-04 08:44:27 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-07-04 08:44:27 +0900
commit640ec36c5cd84faac044a3f524e61a62c894c9bf (patch)
tree79706d9319d032ac96dd90eaa92956d32336984f
parentfdcf95b677a6efe0e4da354d632c2b518c4ce184 (diff)
downloadshortcut-640ec36c5cd84faac044a3f524e61a62c894c9bf.tar.gz
shortcut-640ec36c5cd84faac044a3f524e61a62c894c9bf.tar.bz2
shortcut-640ec36c5cd84faac044a3f524e61a62c894c9bf.zip
Remoe last trailing comma
Change-Id: I537aa6eb1cb0eb4489c0a3fbcb04c7ad5b45d9ed
-rw-r--r--lib/include/shortcut.h4
-rw-r--r--packaging/libshortcut.spec2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/include/shortcut.h b/lib/include/shortcut.h
index 6c48992..431348c 100644
--- a/lib/include/shortcut.h
+++ b/lib/include/shortcut.h
@@ -107,7 +107,7 @@ enum shortcut_type {
LIVEBOX_TYPE_EASY_1x1 = 0x30010000,
LIVEBOX_TYPE_EASY_3x1 = 0x30020000,
LIVEBOX_TYPE_EASY_3x3 = 0x30040000,
- LIVEBOX_TYPE_UNKNOWN = 0x1FFF0000,
+ LIVEBOX_TYPE_UNKNOWN = 0x1FFF0000
};
enum shortcut_response {
@@ -124,7 +124,7 @@ enum shortcut_response {
SHORTCUT_ERROR_IO = SHORTCUT_ERROR | 0x0100, /*!< Unable to access file or DB. Check your resource files */
SHORTCUT_ERROR_PERMISSION = SHORTCUT_ERROR | 0x0200, /*!< Has no permission to add a shortcut */
- SHORTCUT_STATUS_CARED = 0x08000000, /*!< Shortcut status is already cared. check this using SHORTCUT_STATUS_IS_CARED macro */
+ SHORTCUT_STATUS_CARED = 0x08000000 /*!< Shortcut status is already cared. check this using SHORTCUT_STATUS_IS_CARED macro */
};
#define ADD_TO_HOME_IS_LIVEBOX(type) (!!((type) & 0x10000000))
diff --git a/packaging/libshortcut.spec b/packaging/libshortcut.spec
index 00e2473..f8cb0c1 100644
--- a/packaging/libshortcut.spec
+++ b/packaging/libshortcut.spec
@@ -1,6 +1,6 @@
Name: libshortcut
Summary: Shortcut add feature supporting library
-Version: 0.6.4
+Version: 0.6.5
Release: 0
Group: HomeTF/Framework
License: Apache License