Skip to content

Commit 8bc52e0

Browse files
author
Ganesh Jangir
committed
fix: typo
1 parent 8172998 commit 8bc52e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddlog-ffi/cbindgen.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tab_width = 2
66
header = """// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
77
// SPDX-License-Identifier: Apache-2.0
88
"""
9-
include_guard = "DDOG_LOGS_H"
9+
include_guard = "DDOG_LOG_H"
1010
style = "both"
1111

1212
no_includes = true
@@ -34,4 +34,4 @@ must_use = "DDOG_CHECK_RETURN"
3434

3535
[parse]
3636
parse_deps = true
37-
include = ["ddcommon-ffi", "ddlogs"]
37+
include = ["ddcommon-ffi", "ddlog"]

0 commit comments

Comments
 (0)