summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Curtis <dalecurtis@chromium.org>2018-11-01 16:31:49 -0700
committerDale Curtis <dalecurtis@chromium.org>2018-11-01 16:31:49 -0700
commit9e049bbfa101d1ce4022a99fe3835460469c9484 (patch)
tree6da581bf1b24720b8cda35c21560ff95b4678941
parent2db229374d173d04831eb529eb8823330651511d (diff)
downloadnasm-9e049bbfa101d1ce4022a99fe3835460469c9484.tar.gz
Fix comment characters in config.h
-rw-r--r--config/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.h b/config/config.h
index 30b82355..20a16efe 100644
--- a/config/config.h
+++ b/config/config.h
@@ -1,6 +1,6 @@
-# Copyright 2018 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+// Copyright 2018 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
#if __APPLE__
#include "config-mac.h"