Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Apr 3, 2024
1 parent 5b3a65c commit 47b35dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,7 @@ ELF := klogsrv.elf
CC := $(PS5_PAYLOAD_SDK)/host/x86_64-ps5-payload-cc
LD := $(PS5_PAYLOAD_SDK)/host/x86_64-ps5-payload-ld

CFLAGS := -O2
CFLAGS := -Wall -Werror
LDADD := -lkernel_web -lSceLibcInternal

all: $(ELF)
Expand Down
1 change: 0 additions & 1 deletion main.c
Expand Up @@ -146,7 +146,6 @@ serve_file(const char *path, uint16_t port) {
int ifaddr_wait = 1;
fd_set set;
int sockfd;
int flags;

if(getifaddrs(&ifaddr) == -1) {
klog_perror("getifaddrs");
Expand Down

0 comments on commit 47b35dd

Please sign in to comment.