Skip to content

Commit

Permalink
fix stupid path for patching
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Mar 9, 2020
1 parent 07e0bb1 commit 646e4de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/lsteamclient/steamclient_main.c b/lsteamclient/steamclient_main.c
diff --git a/steamclient_main.c b/steamclient_main.c
index e0eac01..345e7cd 100644
--- a/lsteamclient/steamclient_main.c
+++ b/lsteamclient/steamclient_main.c
--- a/steamclient_main.c
+++ b/steamclient_main.c
@@ -4,6 +4,7 @@
#include <dlfcn.h>
#include <limits.h>
Expand Down

0 comments on commit 646e4de

Please sign in to comment.