Update inner macro

This commit is contained in:
Aoran Zeng
2024-09-29 11:50:11 +08:00
parent ffaee0b0c3
commit 2a52c898d6
64 changed files with 98 additions and 98 deletions

View File

@@ -82,7 +82,7 @@ pl_dart_flutter_setsrc (char *option)
chsrc_append_to_file (towrite, bashrc);
}
}
chsrc_conclude (&source, ChsrcTypeAuto);
chsrc_conclude (&source, SetsrcType_Auto);
}

View File

@@ -78,7 +78,7 @@ pl_dart_setsrc (char *option)
chsrc_append_to_file (towrite, bashrc);
}
}
chsrc_conclude (&source, ChsrcTypeAuto);
chsrc_conclude (&source, SetsrcType_Auto);
}