Skip to content

Commit

Permalink
CsvTransExport - more generic code cleanup
Browse files Browse the repository at this point in the history
- declare variables on use
- more concise tests and loops
- drop unused includes
- gboolean->bool
  • Loading branch information
gjanssens committed Feb 14, 2023
1 parent 9df059e commit be0579d
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 206 deletions.
1 change: 1 addition & 0 deletions gnucash/import-export/csv-exp/assistant-csv-export.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include "Account.h"
#include "Query.h"
#include <gtk/gtk.h>

typedef enum
{
Expand Down

0 comments on commit be0579d

Please sign in to comment.