Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Sep 28, 2024
1 parent a826043 commit 25f749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugger_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct DebuggerAPI {
void* priv_data;
void* (*create)(void* user_data);
void (*check_exception)(void* self);
void (*debug_copper)(void* self, uint32_t addr, uint32_t nextaddr, uint16_t word1, uint16_t word2, int hpos,
void (*debug_copper)(void* self, uint32_t addr, uint32_t nextaddr, uint16_t word1, uint16_t word2, int hpos,
int vpos);
void (*update)(void* self);
void (*live_update)(void* self);
Expand Down

0 comments on commit 25f749e

Please sign in to comment.