Skip to content

Commit

Permalink
apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding committed Jul 28, 2024
1 parent d883a33 commit c371858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/logic/tofu.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <stdio.h>
#include <string.h>
#include <wchar.h>
#include <uchar.h>
#include <inttypes.h>
#include <stdbool.h>
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion code/tests/test_tofu.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ FOSSIL_TEST(test_fossil_tofu_equals) {

// Test case for fossil_tofu_copy function
FOSSIL_TEST(test_fossil_tofu_copy) {
fossil_tofu_t tofu_orig = fossil_tofu_create("bstr", u"Original");
fossil_tofu_t tofu_orig = fossil_tofu_create("bstr", U"Original");
fossil_tofu_t tofu_copy = fossil_tofu_copy(tofu_orig);

ASSUME_ITS_EQUAL_I32(tofu_orig.type, tofu_copy.type);
Expand Down

0 comments on commit c371858

Please sign in to comment.