summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-03-26 00:29:20 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-03-26 00:29:20 +0100
commit6cddbe8493cfe367495d81a181e58a493c9d4f67 (patch)
tree5079a11024989809e2436cc9e08bece47b79571a
parent6f543959ed9ed3f7c58681fe47fd0af7334855e2 (diff)
parentf9464d2678c25129cbdcf77676cb59dae0dd93a9 (diff)
downloadorg-mode-6cddbe8493cfe367495d81a181e58a493c9d4f67.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ob-C.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-C.el b/lisp/ob-C.el
index dd34b0b..8275313 100644
--- a/lisp/ob-C.el
+++ b/lisp/ob-C.el
@@ -431,7 +431,7 @@ specifying a variable with the name of the table."
table table (length headers) table))
(d
(format
- "string %s_h (ulong row, string col) { return %s[row][get_column_num(%s_header,col)]; }"
+ "string %s_h (size_t row, string col) { return %s[row][get_column_num(%s_header,col)]; }"
table table table))))))
(provide 'ob-C)