ext/xlsxwriter/libxlsxwriter/src/theme.c in xlsxwriter-0.0.6 vs ext/xlsxwriter/libxlsxwriter/src/theme.c in xlsxwriter-0.1.0

- old
+ new

@@ -1,11 +1,11 @@ /***************************************************************************** * theme - A library for creating Excel XLSX theme files. * * Used in conjunction with the libxlsxwriter library. * - * Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. + * Copyright 2014-2019, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * */ #include <string.h> @@ -287,10 +287,10 @@ /* * Create a new theme object. */ lxw_theme * -lxw_theme_new() +lxw_theme_new(void) { lxw_theme *theme = calloc(1, sizeof(lxw_theme)); GOTO_LABEL_ON_MEM_ERROR(theme, mem_error); return theme;