projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b89dc
)
Tweak for coding convention
author
Jim Thoenen <the.resident@gmail.com>
Sun, 23 Feb 2014 03:22:41 +0000
(21:22 -0600)
committer
Jim Thoenen <the.resident@gmail.com>
Sun, 23 Feb 2014 03:22:41 +0000
(21:22 -0600)
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index a1d105aedc215bb22f2402eb10e88a6d970ec38f..e1f90bd6d2a004c05a695455fd662b9f7808abb9 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-168,7
+168,7
@@
void util_swap_defs_fields (prog_section_both_t *section) {
}
}
-void util_swap_functions (prog_section_function_t
*
functions) {
+void util_swap_functions (prog_section_function_t
*
functions) {
size_t i;
for (i = 0; i < vec_size(functions); ++i) {
@@
-183,7
+183,7
@@
void util_swap_functions (prog_section_function_t* functions) {
}
}
-void util_swap_globals (int32_t *
globals) {
+void util_swap_globals (int32_t *globals) {
util_endianswap(globals, vec_size(globals), sizeof(int32_t));
}