diff options
author | Aaroh Mankad <aarohmankad@gmail.com> | 2017-05-26 13:02:32 -0700 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2017-05-26 20:02:32 +0000 |
commit | bea057020fb1a410fcb0f60a925deaf464d596a1 (patch) | |
tree | 26334e13cdf8278a40479f9416ccb670d94c5107 /c.html.markdown | |
parent | 1ac2f69479caef3218e3bf8ab6d88351af9ed3eb (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
Diffstat (limited to 'c.html.markdown')
-rw-r--r-- | c.html.markdown | 2 |
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) |