Skip to content

Commit 4d7cff1

Browse files
committed
testing: Fix compiler warning
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent ee452a0 commit 4d7cff1

File tree

1 file changed

+1
-1
lines changed
  • testing/tests/ts0010-put-file/src

1 file changed

+1
-1
lines changed

testing/tests/ts0010-put-file/src/libfoo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef LIBFOO_H
2-
#define LIBFOO
2+
#define LIBFOO_H
33

44
int libfoo_init(void);
55

0 commit comments

Comments
 (0)