diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-21 14:31:41 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-21 14:32:05 +0100 |
| commit | d0a7c682c6939dff3d6a16b1c79acdcaf0e2651f (patch) | |
| tree | 514c0139da7d7b3aabce25a7bcacbaa5b9f9d08b | |
| parent | Merge pull request #3548 (diff) | |
| download | discoin-d0a7c682c6939dff3d6a16b1c79acdcaf0e2651f.tar.xz discoin-d0a7c682c6939dff3d6a16b1c79acdcaf0e2651f.zip | |
build: Fix warning about space after trailing backslash
| -rw-r--r-- | src/qt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/Makefile.am b/src/qt/Makefile.am index 3dfe8ee6c..cac603966 100644 --- a/src/qt/Makefile.am +++ b/src/qt/Makefile.am @@ -133,7 +133,7 @@ QT_MOC_CPP = \ moc_transactionfilterproxy.cpp \ moc_transactiontablemodel.cpp \ moc_transactionview.cpp \ - moc_utilitydialog.cpp \ + moc_utilitydialog.cpp \ moc_walletframe.cpp \ moc_walletmodel.cpp \ moc_walletview.cpp |