mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix inclusion guards.
This commit is contained in:
@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef AARU_FSTESTER_SETTER_CONSTS_H
|
||||
#define AARU_FSTESTER_SETTER_CONSTS_H
|
||||
#ifndef AARU_FSTESTER_SETTER_SRC_CONSTS_H
|
||||
#define AARU_FSTESTER_SETTER_SRC_CONSTS_H
|
||||
|
||||
static const char* filenames[] = {
|
||||
"FILNAM",
|
||||
|
||||
@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef AARU_FSTESTER_SETTER_DEFS_H
|
||||
#define AARU_FSTESTER_SETTER_DEFS_H
|
||||
#ifndef AARU_FSTESTER_SETTER_SRC_DEFS_H
|
||||
#define AARU_FSTESTER_SETTER_SRC_DEFS_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user