sqlickrypt: fix typo in database filename.

This commit is contained in:
John "Elwin" Edwards 2012-08-13 08:53:46 -07:00
parent 1bb3671a58
commit acae714a6b

View file

@ -6,7 +6,7 @@
#include <unistd.h> #include <unistd.h>
#include <crypt.h> #include <crypt.h>
#define DATABASE "/dgldir/dgamelaunch-X.db" #define DATABASE "/dgldir/dgamelaunch.db"
#define IBUFSIZE 200 #define IBUFSIZE 200
/* General idea for return status: /* General idea for return status: