Unbalanced a line that was visually balanced, hopefully making it
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 25 Apr 2020 08:13:17 +0000 (01:13 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 25 Apr 2020 08:13:17 +0000 (01:13 -0700)
more difficult to see which parts are NOPs.

001/main.c

index 79b7d3d..8476744 100644 (file)
@@ -41,7 +41,7 @@ Handle with care!
 define main(argc, argv)
        char ** argv;
 {
 define main(argc, argv)
        char ** argv;
 {
-       /*&*/*&*/*&*/(argc ? &u : &v) = /*&*/*&*/*&*/&u;
+       /*&*/*&*/*&*/(argc ? &u : &v) = u;
 
        // Should I really exit this early in the function?????/
        exit(0);
 
        // Should I really exit this early in the function?????/
        exit(0);