Skip to content

Commit

Permalink
Fix macOS build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed Aug 23, 2024
1 parent f5f08f2 commit 909391c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/recipe/os/APT/ROS.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* File Authors : Heng Guo <2085471348@qq.com>
* Contributors : Aoran Zeng <ccmywish@qq.com>
* Created On : <2023-09-03>
* Last Modified : <2024-08-16>
* Last Modified : <2024-08-23>
* ------------------------------------------------------------*/

/**
Expand Down Expand Up @@ -32,7 +32,7 @@ def_sources_n(os_ros);
void
os_ros_setsrc (char *option)
{
chsrc_ensure_root (OS_ROS_SourceList);
chsrc_ensure_root ();

chsrc_yield_source_and_confirm (os_ros);

Expand Down
2 changes: 1 addition & 1 deletion src/recipe/os/APT/openKylin.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* openKylin直接基于Linux内核开发,属于和Debian、openSUSE、Fedora、Arch
* 同一级别的、根社区发布的系统
* -------------------------------------------------------------
* ------------------------------------------------------------*/

/**
* @time 2023-09-29 更新
Expand Down

0 comments on commit 909391c

Please sign in to comment.