Fix an out-of-range value in gmfsk.pal.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3530 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-08-07 19:22:12 +00:00
parent 50fcdaf31c
commit d020517987
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
0; 0;256
0; 0;255
0; 62;194
0;126;130
0;190; 66

View File

@ -1,4 +1,4 @@
//--------------------------------------------------------------- MainWindow
//-------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"