Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 committed Dec 25, 2024
1 parent ecfca50 commit fe012f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/globals.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "stdbool.h"

Check failure on line 1 in include/globals.h

View workflow job for this annotation

GitHub Actions / c-linter

include/globals.h:1:10 [clang-diagnostic-error]

'stdbool.h' file not found

#define QUEUE_MAX 256
// This is very stupid, but I don't want to work on this right now.
#define QUEUE_MAX 65536

#define MAX_PATH 2048
/*
Expand Down

0 comments on commit fe012f2

Please sign in to comment.