mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
rename jpeg -> jpg
This commit is contained in:
parent
f0e4a98277
commit
9f211c75f9
Before Width: | Height: | Size: 570 KiB After Width: | Height: | Size: 570 KiB |
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user