forked from mia/Aegisub
add a missing } in the hunspell run-check (reported by sl1pkn07 via IRC)
Originally committed to SVN as r2168.
This commit is contained in:
parent
975c85be7c
commit
016dbfca80
1 changed files with 1 additions and 0 deletions
|
@ -454,6 +454,7 @@ int main(void) {
|
||||||
hunspell = new Hunspell(NULL,NULL);
|
hunspell = new Hunspell(NULL,NULL);
|
||||||
if (!hunspell) return 1;
|
if (!hunspell) return 1;
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
])
|
])
|
||||||
|
|
||||||
if test "$agi_with_hunspell" = "no" && test "$with_hunspell" = "yes"; then
|
if test "$agi_with_hunspell" = "no" && test "$with_hunspell" = "yes"; then
|
||||||
|
|
Loading…
Reference in a new issue