fix coding rule error
[platform/core/appfw/librua.git] / include / rua.h
index eb27c07..c310be5 100644 (file)
@@ -60,6 +60,7 @@ struct rua_rec {
        char *instance_name;    /**< Instance Name */
        char *icon;             /**< Icon path */
        char *uri;              /**< URI */
+       char *image;            /**< Image path */
 };
 
 /**
@@ -106,7 +107,7 @@ int rua_delete_history_with_apppath_for_uid(char *app_path, uid_t uid);
 
 /**
  * @brief      Clear history
- * @return     0 on success, otherwise a nagative error value
+ * @return     0 on success, otherwise a nagative error value
  * @retval     0 on successful
  * @retval     -1 on failed
  */