mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-12 23:27:34 +08:00
Fix code
This commit is contained in:
parent
162deaf807
commit
68175ed8fa
@ -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);
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user