mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-09 13:13:21 +08:00
Fix code
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
! Doc Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
! Contributors : Nul None <nul@none.org>
|
||||
! Created On : <2025-08-10>
|
||||
! Last Modified : <2025-08-10>
|
||||
! Last Modified : <2025-08-11>
|
||||
! ---------------------------------------------------------- -->
|
||||
|
||||
# chsrc 代码风格
|
||||
@@ -44,7 +44,7 @@ char *email = va_arg(args, char*);
|
||||
|
||||
```c
|
||||
bool matched = iterate_menu (chsrc_pl_menu, input, &target_tmp);
|
||||
if (!matched) matched = iterate_menu (chsrc_os_menu, input, &target_tmp);
|
||||
if (!matched) matched = iterate_menu (chsrc_os_menu, input, &target_tmp);
|
||||
if (!matched) matched = iterate_menu (chsrc_wr_menu, input, &target_tmp);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user