Fix build failure on openSUSE Tumbleweed, Slowroll and Leap 16.0

Thanks to @dl8fcl Walter.
pull/1864/head
Daniele Forsi IU5HKX 2025-08-22 22:02:01 +02:00
rodzic 0317e64dc8
commit 6eb7c1d6dd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -783,7 +783,7 @@ int *rig_spectrum_cb_python(RIG *rig, struct rig_spectrum_line *rig_spectrum_lin
#endif #endif
#ifdef SWIGPERL #ifdef SWIGPERL
char *send_raw(char *send, char *term, char *returnstr) void send_raw(char *send, char *term, char *returnstr)
{ {
returnstr[0] = '\0'; returnstr[0] = '\0';
int count; int count;