diff options
Diffstat (limited to 'src/common/linear_disk_cache.h')
-rw-r--r-- | src/common/linear_disk_cache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/linear_disk_cache.h b/src/common/linear_disk_cache.h index f4263f72ac..74ce74aba7 100644 --- a/src/common/linear_disk_cache.h +++ b/src/common/linear_disk_cache.h @@ -1,5 +1,5 @@ -// Copyright 2013 Dolphin Emulator Project -// Licensed under GPLv2 +// Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project +// Licensed under GPLv2 or any later version // Refer to the license.txt file included. #pragma once @@ -70,7 +70,7 @@ public: // good header, read some key/value pairs K key; - V *value = NULL; + V *value = nullptr; u32 value_size; u32 entry_number; |