summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAaroh Mankad <aarohmankad@gmail.com>2017-05-26 13:02:32 -0700
committerven <vendethiel@hotmail.fr>2017-05-26 20:02:32 +0000
commitbea057020fb1a410fcb0f60a925deaf464d596a1 (patch)
tree26334e13cdf8278a40479f9416ccb670d94c5107
parent1ac2f69479caef3218e3bf8ab6d88351af9ed3eb (diff)
[c/en-en] Make reference link in footer/summary link to Stack Overflow article (#2739)
* Make reference link in footer/summary link to Stack Overflow article * remove name from list of contributors
-rw-r--r--c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 3da269f9..18503eab 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -779,4 +779,4 @@ Readable code is better than clever code and fast code. For a good, sane coding
Other than that, Google is your friend.
-[1] http://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member
+[1] [Why isn't sizeof for a struct equal to the sum of sizeof of each member?](http://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member)