Skip to content

Commit

Permalink
Fix broken logo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kosude committed Dec 18, 2023
1 parent e0dfbe8 commit ff4547d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align=center>
<img align=left src="rc/img/render.png" height=110>
<img align=left src="res/img/render.png" height=110>
</p>


Expand Down
1 change: 1 addition & 0 deletions src/lib/core/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// static context pointer singleton
static TL_Context_t *__CONTEXT_PTR = NULL;


TL_Context_t *TL_ContextCreate(const TL_ContextDescriptor_t context_descriptor, const TL_Debugger_t *const debugger) {
if (__CONTEXT_PTR) {
TL_Warn(debugger, "Attempted to create context (one already exists at %p) - creating multiple contexts is illegal. Existing context was "
Expand Down

0 comments on commit ff4547d

Please sign in to comment.