X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=543ac3c23940cfa1c6c439e24e98532314ff2eec;hp=344ca80c0c7beeaa0d6475c52c4469dabd615c91;hb=19f8f58c0d4d9ee618969254a368e4396657b946;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/openocd.h b/src/openocd.h index 344ca80c0c..543ac3c239 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef OPENOCD_H -#define OPENOCD_H +#ifndef OPENOCD_OPENOCD_H +#define OPENOCD_OPENOCD_H /** * Different applications can define this entry point to override @@ -29,4 +29,4 @@ */ int openocd_main(int argc, char *argv[]); -#endif +#endif /* OPENOCD_OPENOCD_H */