summaryrefslogtreecommitdiff
path: root/alarm_widget/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'alarm_widget/src/data.c')
-rw-r--r--alarm_widget/src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alarm_widget/src/data.c b/alarm_widget/src/data.c
index 2edba80..387c04e 100644
--- a/alarm_widget/src/data.c
+++ b/alarm_widget/src/data.c
@@ -27,7 +27,7 @@
/**
* @brief Gets path of resource.
* @param[in] file_in File name
- * @param[in] file_path_out The point to which save full path of the resource
+ * @param[out] file_path_out The point to which save full path of the resource
* @param[in] file_path_max Size of file name include path
*/
void data_get_resource_path(const char *file_in, char *file_path_out, int file_path_max)