diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:46:35 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:46:35 +1100 |
| commit | f26533e666945befedcdc71952a5a3fca1c4c666 (patch) | |
| tree | 6d068bed2393ad2ad3e3b158604e1fcd394cdf76 /src/dbg.c | |
| parent | c9977fd038d10c50abcfa2f92e07bc5401737bec (diff) | |
refactor(*): Change include brackets from "" to <>
Diffstat (limited to 'src/dbg.c')
| -rw-r--r-- | src/dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include "dbg.h" +#include <tinyff/dbg.h> ff_result ff_set_debug_stream(FILE *stream) { |
