Skip to content

Commit

Permalink
East const.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Jan 11, 2025
1 parent 9d2011b commit 8a33dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/test-Z80.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
____ \/__/ /\_\ __ \\ \/\ \ ________________________________________________
| /\_____\\_____\\_____\ |
| Zilog \/_____//_____//_____/ CPU Emulator - Testing Tool |
| Copyright (C) 2021-2024 Manuel Sainz de Baranda y Goñi. |
| Copyright (C) 2021-2025 Manuel Sainz de Baranda y Goñi. |
| |
| This program is free software: you can redistribute it and/or modify it |
| under the terms of the GNU General Public License as published by the Free |
Expand Down Expand Up @@ -160,7 +160,7 @@ static zuint search_path_count = 0;

static zuint8 verbosity = 4;
static zboolean show_test_output;
static const char* test_spacing;
static char const* test_spacing;

/*-----------------------------------------------------------------------------.
| [0]: The byte read from even I/O ports (specified by using the `-0` option). |
Expand Down Expand Up @@ -749,7 +749,7 @@ int main(int argc, char **argv)
if (string_is_option(argv[i], "-V", "--version"))
{
puts( "test-Z80 v" Z80_LIBRARY_VERSION_STRING "\n"
"Copyright (C) 2021-2024 Manuel Sainz de Baranda y Goñi.\n"
"Copyright (C) 2021-2025 Manuel Sainz de Baranda y Goñi.\n"
"Released under the terms of the GNU General Public License v3.");

goto exit_without_error;
Expand Down

0 comments on commit 8a33dad

Please sign in to comment.