Commit c822d84 1 parent b6caa92 commit c822d84 Copy full SHA for c822d84
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ set (engine_SOURCES
174
174
gnc-rational.cpp
175
175
gnc-session.c
176
176
gnc-timezone.cpp
177
- gnc-uri-utils.c
177
+ gnc-uri-utils.cpp
178
178
engine-helpers.c
179
179
guid.cpp
180
180
policy .cpp
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ gboolean gnc_uri_is_known_scheme (const gchar *scheme)
66
66
67
67
for ( node = known_scheme_list; node != NULL ; node = node->next )
68
68
{
69
- gchar * known_scheme = node -> data ;
69
+ gchar *known_scheme = ( char *) node->data ;
70
70
if ( !g_ascii_strcasecmp (scheme, known_scheme) )
71
71
{
72
72
is_known_scheme = TRUE ;
Original file line number Diff line number Diff line change @@ -660,7 +660,7 @@ libgnucash/engine/gnc-rational.cpp
660
660
libgnucash/engine/gnc-session.c
661
661
libgnucash/engine/gncTaxTable.cpp
662
662
libgnucash/engine/gnc-timezone.cpp
663
- libgnucash/engine/gnc-uri-utils.c
663
+ libgnucash/engine/gnc-uri-utils.cpp
664
664
libgnucash/engine/gncVendor.cpp
665
665
libgnucash/engine/guid.cpp
666
666
libgnucash/engine/kvp-frame.cpp
You can’t perform that action at this time.
0 commit comments