Skip to content
Snippets Groups Projects
Commit 99fe4821 authored by James K. Lowden's avatar James K. Lowden :anchor:
Browse files

untabify

parent 11afccd9
No related branches found
No related tags found
No related merge requests found
Pipeline #2296 passed
......@@ -291,8 +291,8 @@ symbol_declaratives_add( size_t program,
.initial = reinterpret_cast<char*>(blob),
.picture = reinterpret_cast<char*>(blob) };
cbl_field_t field = { 0, FldBlob, FldInvalid, constant_e,
0, 0, 0, cbl_occurs_t(), 0, "",
0, {}, data, NULL };
0, 0, 0, cbl_occurs_t(), 0, "",
0, {}, data, NULL };
strcpy(field.name, achBlob);
auto e = symbol_field_add(program, &field);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment