diff options
Diffstat (limited to 'games/blackjack/files/patch-main.cpp')
-rw-r--r-- | games/blackjack/files/patch-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blackjack/files/patch-main.cpp b/games/blackjack/files/patch-main.cpp index f42e8af1c47a..fb04fedc9bb9 100644 --- a/games/blackjack/files/patch-main.cpp +++ b/games/blackjack/files/patch-main.cpp @@ -7,4 +7,4 @@ +int main ( int argc, char **argv ) { QFont font("adobe", 12, QFont::Bold); - QFont::setDefaultFont(font);
\ No newline at end of file + QFont::setDefaultFont(font); |