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

index 5a784416727b4a0691696e72e20a5faa1963355e..9f7b3b913c049ee3f16da304af3a5db9624d877a 100644 (file)
@@ -25,7 +25,7 @@
 #define ntohll be64toh
 #endif
 
-/
+//
 // Conversion of host(double) to/from network(unsigned int)
 // 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)