Skip to content

Commit 909391c

Browse files
committed
Fix macOS build error
1 parent f5f08f2 commit 909391c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/recipe/os/APT/ROS.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* File Authors : Heng Guo <[email protected]>
55
* Contributors : Aoran Zeng <[email protected]>
66
* Created On : <2023-09-03>
7-
* Last Modified : <2024-08-16>
7+
* Last Modified : <2024-08-23>
88
* ------------------------------------------------------------*/
99

1010
/**
@@ -32,7 +32,7 @@ def_sources_n(os_ros);
3232
void
3333
os_ros_setsrc (char *option)
3434
{
35-
chsrc_ensure_root (OS_ROS_SourceList);
35+
chsrc_ensure_root ();
3636

3737
chsrc_yield_source_and_confirm (os_ros);
3838

src/recipe/os/APT/openKylin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* openKylin直接基于Linux内核开发,属于和Debian、openSUSE、Fedora、Arch
1010
* 同一级别的、根社区发布的系统
11-
* -------------------------------------------------------------
11+
* ------------------------------------------------------------*/
1212

1313
/**
1414
* @time 2023-09-29 更新

0 commit comments

Comments
 (0)