]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
another typo
authorc vw <dl1ycf@darc.de>
Sun, 5 Dec 2021 11:42:08 +0000 (12:42 +0100)
committerc vw <dl1ycf@darc.de>
Sun, 5 Dec 2021 11:42:08 +0000 (12:42 +0100)
client_server.h

index 9f7b3b913c049ee3f16da304af3a5db9624d877a..c3a1ec01125279ed98c04bd406c21f111a8a182b 100644 (file)
@@ -30,7 +30,7 @@
 // Assume that double data is between -200 and 200,
 // convert to uint16 via uint16 = 100.0*(double+200.0) (result in the range 0 to 40000)
 //
-#define htond(X) htons((uint16_6) ((X+200.0)*100.0) )
+#define htond(X) htons((uint16_t) ((X+200.0)*100.0) )
 #define ntohd(X) 0.01*ntohs(X)-200.0
 
 typedef enum {