summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Popov <evlogij@gmail.com>2013-11-18 05:14:47 +0400
committerAndrew Popov <evlogij@gmail.com>2013-11-18 05:14:47 +0400
commit14d637ddfe16d37de79b6723117f286ecc3d18b8 (patch)
tree6438832461a4856822e57818817f9182fd15edaf
parent92faa7ce01ce727a2f7fc6d8bcf407e8547dfe1b (diff)
[c/ru] 413 line link fix
-rw-r--r--ru-ru/c-ru.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/ru-ru/c-ru.html.markdown b/ru-ru/c-ru.html.markdown
index 59d3c3b5..6ef1dc2f 100644
--- a/ru-ru/c-ru.html.markdown
+++ b/ru-ru/c-ru.html.markdown
@@ -410,7 +410,7 @@ struct rectangle {
};
// sizeof(struct rectangle) == sizeof(int) + sizeof(int) – не всегда верно
-// из-за особенностей компиляции ([необычное поведение при отступах][1]).
+// из-за особенностей компиляции (необычное поведение при отступах)[1].
void function_1() {
struct rectangle my_rec;
@@ -480,4 +480,4 @@ void str_reverse_through_pointer(char *str_in) {
Также не забывайте, что [Google](http://google.com) и [Яндекс](http://yandex.ru) – ваши хорошие друзья.
-[1]: http://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member \ No newline at end of file
+[1] http://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member \ No newline at end of file