Add missing semicolon in the FFTW build credit
Originally committed to SVN as r6149.
This commit is contained in:
parent
9bfa40a9d3
commit
435e7170df
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
|
|||
#endif
|
||||
libString += " MyThes - Copyright (c) Kevin B. Hendricks, Stratford, Ontario, Canada.\n";
|
||||
#ifdef WITH_FFTW3
|
||||
libString += " FFTW - Copyright (c) Matteo Frigo, Massachusetts Institute of Technology;\n"
|
||||
libString += " FFTW - Copyright (c) Matteo Frigo, Massachusetts Institute of Technology;\n";
|
||||
#endif
|
||||
|
||||
wxString translatorCredit = _("Translated into LANGUAGE by PERSON\n");
|
||||
|
|
Loading…
Reference in a new issue