Fix missing =
This commit is contained in:
parent
4d62e05fb0
commit
20a980d6ca
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ cc_common_language_sort_languages (GtkTreeModel *model,
|
||||||
|
|
||||||
/* Sort before and after separator first */
|
/* Sort before and after separator first */
|
||||||
if (sa && sb)
|
if (sa && sb)
|
||||||
result 0;
|
result = 0;
|
||||||
else if (sa)
|
else if (sa)
|
||||||
result = ulb ? 1 : -1;
|
result = ulb ? 1 : -1;
|
||||||
else if (sb)
|
else if (sb)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue