Fixed for consistency purposes.
@@ -35,7 +35,7 @@ main(int argc, char **argv)
while(environ && *environ)
printf("%s\n", *environ++);
return 0;
return EXIT_SUCCESS;
}
void
The note is not visible to the blocked user.