diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:11:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:11:32 -0400 |
commit | 1fd37a432d060a08254ecb1a9129050563075140 (patch) | |
tree | f80ee5bf2b780f315348c2767150b9643e9d9488 /format.h | |
parent | 73e2abd1b2e2bacbd353999a7b3edd95a04112c4 (diff) | |
download | ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.gz ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.bz2 ledger-1fd37a432d060a08254ecb1a9129050563075140.zip |
cleanup; fully switched to autoconf -- use scripts/acprep
Diffstat (limited to 'format.h')
-rw-r--r-- | format.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ struct element_t OPT_AMOUNT, VALUE, TOTAL, - SPACER + SPACER, + DEPTH_SPACER }; bool align_left; |