mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 06:17:36 +02:00
Fix branching example
Was only wrong in the Java code, assembly code seems fine.
This commit is contained in:
@@ -186,6 +186,7 @@ gateways and routers.
|
|||||||
# else
|
# else
|
||||||
# max = c;
|
# max = c;
|
||||||
# else
|
# else
|
||||||
|
# if (b > c)
|
||||||
# max = b;
|
# max = b;
|
||||||
# else
|
# else
|
||||||
# max = c;
|
# max = c;
|
||||||
|
Reference in New Issue
Block a user