diff --git a/libpandory.c b/libpandory.c index 302ef7e..ab967d4 100644 --- a/libpandory.c +++ b/libpandory.c @@ -49,7 +49,7 @@ void libpandory_lefcheck(void) { printf("TeamPandory - Pandory500 - by emuchicken and dajoho\n"); if (!isReadonly("/")) { - printf("[WARNING]: Your system currently has a writeable NAND storage. This may have been caused by another modification. Pandory will now exit.\n"); + printf("[WARNING]: Your system currently has a writeable NAND storage. This may have been caused by another modification. This is dangerous. Pandory will now exit.\n"); exit(1); } diff --git a/make.sh b/make.sh index b2a4fb2..8e2e721 100755 --- a/make.sh +++ b/make.sh @@ -5,4 +5,3 @@ fi "$CC" -c -Wall -Werror -fpic libpandory.c "$CC" -shared -o libpandory.so libpandory.o "$CC" -L. -Wall -o libpandory-test main.c -lpandory -"$STRIP" libpandory.so