HTML 2 C Compiler Issue [15638] Description When using the HTML 2 C compiler, the generated url.c file is not formatted properly, thus when attempting to compile, the GNU compiler throws an error saying the URLTable definition should be in braces. Presently, the only way to get around this error is to manually enclose each URLTableEntry entry line in braces; however further usage of the HTML 2 C compiler results in unexpected behavior in the tool. Solution Updated the HTML 2 C compiler to include curly brackets for each URLTableEntry instance within the URLTable, located in url.c. Note: The patch only includes the executable.