Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
6318fb44
Commit
6318fb44
authored
Feb 06, 2011
by
Christoph Mallon
Browse files
Remove surplus {}.
[r28329]
parent
fe43982e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/adt/array.c
View file @
6318fb44
...
...
@@ -47,7 +47,7 @@
/**
* An empty dynamic array descriptor.
*/
ir_arr_descr
arr_mt_descr
=
{
ARR_D_MAGIC
,
0
,
{
0
},
0
,
{
{{
0
}}
}
};
ir_arr_descr
arr_mt_descr
=
{
ARR_D_MAGIC
,
0
,
{
0
},
0
,
{
{
0
}
}
};
void
ir_verify_arr
(
const
void
*
arr
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment