Skip to content

Commit

Permalink
fix missing ; on ThreadUtilsImpl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Oct 8, 2023
1 parent 196a778 commit a6c1074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/darwin/ThreadUtilsImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifdef __OBJC__
@class NSThread;
#else
typedef void NSThread
typedef void NSThread;
#endif

void setThreadName(NSThread *id, const char *name);
Expand Down

0 comments on commit a6c1074

Please sign in to comment.