add a missing } in the hunspell run-check (reported by sl1pkn07 via IRC)

Originally committed to SVN as r2168.
This commit is contained in:
Amar Takhar 2008-04-06 03:12:35 +00:00
parent 975c85be7c
commit 016dbfca80
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ int main(void) {
hunspell = new Hunspell(NULL,NULL);
if (!hunspell) return 1;
return 0;
}
])
if test "$agi_with_hunspell" = "no" && test "$with_hunspell" = "yes"; then