rename jpeg -> jpg

This commit is contained in:
nick black 2020-04-25 19:13:37 -04:00
parent f0e4a98277
commit 9f211c75f9
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 570 KiB

After

Width:  |  Height:  |  Size: 570 KiB

View File

@ -9,7 +9,7 @@
#include "version.h"
std::mutex ncmtx;
const std::string BackgroundFile = NOTCURSES_SHARE "/tetris-background.jpeg";
const std::string BackgroundFile = NOTCURSES_SHARE "/tetris-background.jpg";
using namespace std::chrono_literals;