From 46e520c88bdb672262b41b03b7507c0dde94792b Mon Sep 17 00:00:00 2001 From: Joao Cruz Date: Mon, 4 Nov 2024 13:32:12 -0500 Subject: [PATCH] Add missing comment closing mark --- src/includes/netlinks.h | 2 +- src/includes/rooms.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/includes/netlinks.h b/src/includes/netlinks.h index 6d9a552..71979a1 100644 --- a/src/includes/netlinks.h +++ b/src/includes/netlinks.h @@ -8,7 +8,7 @@ NUTS version 3.3.3 (Triple Three :) - Copyright (C) Neil Robertson 1996 - *************************************************************************** + ***************************************************************************/ #ifndef AMNUTS_NETLINKS_H #define AMNUTS_NETLINKS_H diff --git a/src/includes/rooms.h b/src/includes/rooms.h index 09ea1ac..8498a2f 100644 --- a/src/includes/rooms.h +++ b/src/includes/rooms.h @@ -8,7 +8,7 @@ NUTS version 3.3.3 (Triple Three :) - Copyright (C) Neil Robertson 1996 - *************************************************************************** + ***************************************************************************/ #ifndef AMNUTS_ROOMS_H #define AMNUTS_ROOMS_H