diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-03-11 09:49:43 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-04-05 13:56:00 +0300 |
| commit | 69515af77f36bad1f501f3145eba4436e8216965 (patch) | |
| tree | b8762c125b848df320f8022c7192e67b672ccce0 /unit/src/Unit.c | |
| parent | 80094983311f853ed105f7f48f51c8e9363f03a4 (diff) | |
| download | bhlib-69515af77f36bad1f501f3145eba4436e8216965.tar.gz | |
Fix styling issues, rename scripts
Diffstat (limited to 'unit/src/Unit.c')
| -rw-r--r-- | unit/src/Unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/src/Unit.c b/unit/src/Unit.c index a0b61e1..654839d 100644 --- a/unit/src/Unit.c +++ b/unit/src/Unit.c @@ -1,6 +1,7 @@ #include <BH/Unit.h> #include <stdlib.h> + typedef struct BH_Unit { struct BH_Unit *next; @@ -77,4 +78,3 @@ int BH_UnitRun(void) BH_UnitCleanup(); return result; } - |
