From: c vw <dl1ycf@darc.de>
Date: Sun, 5 Dec 2021 11:40:21 +0000 (+0100)
Subject: corrected typo
X-Git-Url: https://git.rkrishnan.org/simplejson/components/frontends/index.php?a=commitdiff_plain;h=20de79ccde3b43039457f3aa7b7f4b47f8002abd;p=pihpsdr.git

corrected typo
---

diff --git a/client_server.h b/client_server.h
index 5a78441..9f7b3b9 100644
--- a/client_server.h
+++ b/client_server.h
@@ -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)