dtoolutil: Fix misnamed include guard

This commit is contained in:
rdb 2024-08-04 17:08:45 +02:00
parent 58ea174eb2
commit 1cc0676e41
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
* @date 2000-07-01
*/
#ifndef PANDASEARCHPATH_H
#define PANDASEARCHPATH_H
#ifndef DSEARCHPATH_H
#define DSEARCHPATH_H
#include "dtoolbase.h"