diff options
Diffstat (limited to 'plugins/FingerprintNG/src/utilities.h')
-rw-r--r-- | plugins/FingerprintNG/src/utilities.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/FingerprintNG/src/utilities.h b/plugins/FingerprintNG/src/utilities.h index 21904ae85b..d603a29686 100644 --- a/plugins/FingerprintNG/src/utilities.h +++ b/plugins/FingerprintNG/src/utilities.h @@ -9,12 +9,12 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
static LRESULT ControlAddStringUtf(HWND ctrl, DWORD msg, const char* szString);
|