mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix branching example
Was only wrong in the Java code, assembly code seems fine.
This commit is contained in:
parent
d7356d4b39
commit
f1a149c860
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user