From b27b71608b3ba4715d629c597efd17c124a8cc22 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 21:04:43 -0800 Subject: Standardizing to line-comments instead of block comments --- json.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json.h') diff --git a/json.h b/json.h index 5542256..8bd972e 100644 --- a/json.h +++ b/json.h @@ -1,6 +1,6 @@ -/* - * json.h - Header file for JSON output. - */ +// +// json.h - Header file for JSON output. +// #ifndef JSON__H #define JSON__H -- cgit v1.2.3