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
|
||||
# max = c;
|
||||
# else
|
||||
# if (b > c)
|
||||
# max = b;
|
||||
# else
|
||||
# max = c;
|
||||
|
Loading…
Reference in New Issue
Block a user