th: fixed a missing newline

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2892 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.11
Alessandro Zummo, IZ1PRB 2010-04-24 14:04:02 +00:00
rodzic 94b9c531dd
commit 0ce5807dbb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -617,7 +617,7 @@ th_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
return th_tburst(rig, vfo, status);
default:
rig_debug(RIG_DEBUG_ERR, "%s: Unsupported function %#x", __func__, func);
rig_debug(RIG_DEBUG_ERR, "%s: Unsupported function %#x\n", __func__, func);
return -RIG_EINVAL;
}