Skip to content

Commit

Permalink
Spaces!
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorWeders authored Aug 12, 2024
1 parent 0eb89da commit 34f553a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goodbyedpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// #else
// #define debug(...) printf(__VA_ARGS__)
// #endif
#define debug(...) if (getenv("DEBUG_GDPI")!=NULL) printf(__VA_ARGS__)
#define debug(...) if (getenv("DEBUG_GDPI") != NULL) printf(__VA_ARGS__)
int main(int argc, char *argv[]);
void deinit_all();

0 comments on commit 34f553a

Please sign in to comment.