mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 21:52:51 -06:00
cleanup
This commit is contained in:
@@ -227,7 +227,7 @@ pgf_language_code(PgfConcr* concr)
|
||||
gu_seq_binsearch(concr->cflags, pgf_flag_order, PgfFlag, "language");
|
||||
|
||||
if (flag == NULL)
|
||||
return "";
|
||||
return NULL;
|
||||
|
||||
GuVariantInfo i = gu_variant_open(flag->value);
|
||||
switch (i.tag) {
|
||||
@@ -237,7 +237,7 @@ pgf_language_code(PgfConcr* concr)
|
||||
}
|
||||
}
|
||||
|
||||
return "";
|
||||
return NULL;
|
||||
}
|
||||
|
||||
PGF_API void
|
||||
|
||||
Reference in New Issue
Block a user