diff --git a/src/common/libremoteio.h b/src/common/libremoteio.h --- a/src/common/libremoteio.h +++ b/src/common/libremoteio.h @@ -37,7 +37,7 @@ enum remoteio_method struct remoteio_server { struct remoteio_server *next; - char *name; + char *name; /*< The friendly named passed to remoteio_open() */ char *hostname; char *username; enum remoteio_method method;