diff options
Diffstat (limited to 'debug/programs/debug.c')
| -rw-r--r-- | debug/programs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/programs/debug.c b/debug/programs/debug.c index 641aa4e..a5693a5 100644 --- a/debug/programs/debug.c +++ b/debug/programs/debug.c @@ -53,7 +53,7 @@ int main() volatile int i = 0; int j = 0; - char fox[] = "The quick brown fox jumps of the lazy dog."; + char *fox = "The quick brown fox jumps of the lazy dog."; unsigned int checksum = 0; volatile uint32_t i32 = 0xdeadbeef; volatile uint64_t i64 = 0x1122334455667788; |
