From 91af8d0b6b10fdcfc39a7ccdc94000404d1cd451 Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Sat, 29 Aug 2020 22:33:12 +0200 Subject: [PATCH] Work around another couple of "nested comment" warning. --- src/cmdline.h | 2 +- src/dvch11.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmdline.h b/src/cmdline.h index 92c61db..f5cad85 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -1,7 +1,7 @@ /* CMDLINE.H - header file for command line processing functions */ /* Copyright © 1992, 1993, 2001 Kenneth L. Harrenstien -/* Copyright © 2017 Olaf Seibert +** Copyright © 2017 Olaf Seibert ** All Rights Reserved ** ** This file is part of the KLH10 Distribution. Use, modification, and diff --git a/src/dvch11.c b/src/dvch11.c index f6913aa..1cecc15 100644 --- a/src/dvch11.c +++ b/src/dvch11.c @@ -893,7 +893,7 @@ ch11_write(struct device *d, uint18 addr, register dvureg_t val) chaos_start(ch); switch (addr) { -/* case UB_CHMYN: /* My chaos address (read only) = CHWBF */ +/* case UB_CHMYN: / * My chaos address (read only) = CHWBF */ case UB_CHRBF: /* Read buffer (read only) */ case UB_CHRBC: /* Receive bit counter (read only) */ case UB_CHXMT: /* Initiate transmit (read only) */