summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
diff options
context:
space:
mode:
authorLucas Pugliesi <ferreiraplucas@gmail.com>2017-10-05 08:55:34 -0300
committerLucas Pugliesi <ferreiraplucas@gmail.com>2017-10-05 08:55:34 -0300
commitd66603dd53083cb40f9eb94568c0538b6a03822e (patch)
tree8df8da3318b0fa14c2184d67627a4b77d55ff711 /c.html.markdown
parent31b9d9b8035ffe8581981e546b724ca6f3fc67d7 (diff)
parentccaa6ce57be4c2b972cdab36da28cbf603524bb2 (diff)
Updating repo
Diffstat (limited to 'c.html.markdown')
-rw-r--r--c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 1ff8658c..87a047be 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -348,7 +348,7 @@ int main (int argc, char** argv)
printf("Error occurred at i = %d & j = %d.\n", i, j);
/*
https://ideone.com/GuPhd6
- this will print out "Error occurred at i = 52 & j = 99."
+ this will print out "Error occurred at i = 51 & j = 99."
*/
///////////////////////////////////////