From a0bffcfc48277466039ea76c7ff821d1b839234d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 10 Feb 2023 16:06:32 -0800 Subject: [PATCH] fix comma warning Signed-off-by: Rosen Penev --- app/getopt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getopt.hpp b/app/getopt.hpp index d3ae6633..9bd4788c 100644 --- a/app/getopt.hpp +++ b/app/getopt.hpp @@ -99,6 +99,6 @@ class Getopt { int errcnt_{0}; }; -}; // namespace Util +} // namespace Util #endif