changed DEFAULT_MEMORY_IDENTIFIER to ""

This commit is contained in:
Václav Šmejkal 2023-02-02 16:59:07 +01:00
parent b49f582c5c
commit 7f503ebafa
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -24,7 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
//CONSTS (this is just local) //CONSTS (this is just local)
#define DEFAULT_FLAGS (why2_input_flags) { 0, 0, 0 } #define DEFAULT_FLAGS (why2_input_flags) { 0, 0, 0 }
#define DEFAULT_MEMORY_IDENTIFIER NULL #define DEFAULT_MEMORY_IDENTIFIER ""
int encryptionOperation(int text, int encryptedText); int encryptionOperation(int text, int encryptedText);