The little LEDs on the NanoPi blink when there is activity.
[citadel.git] / citadel / server / citserver.h
index 569aeeba17b7ba3892f133f1b3d5b3f8b7e3995f..9eaaa16af037d979e92b88e852293ef3a32fa5ff 100644 (file)
@@ -7,7 +7,7 @@
 #include "context.h"
 #include "ctdl_module.h"
 
-/* Simple linked list structures ... used in a bunch of different places. */
+// Simple linked list structures ... used in a bunch of different places.
 typedef struct RoomProcList RoomProcList;
 struct RoomProcList {
         struct RoomProcList *next;