mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-11 15:13:29 +08:00
Update wr recipes using chef DSL
This commit is contained in:
@@ -74,7 +74,7 @@ chef_forbid_user_define (Target_t *target)
|
||||
void
|
||||
chef_set_note (Target_t *target, const char *note_zh, const char *note_en)
|
||||
{
|
||||
if (!target || !note)
|
||||
if (!target)
|
||||
return;
|
||||
|
||||
char *msg = CHINESE ? xy_strdup(note_zh) : xy_strdup(note_en);
|
||||
|
Reference in New Issue
Block a user