diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-10 21:36:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-10 21:36:39 (GMT) |
commit | 607cd5420f847618d4cad66e7e168b6955ab4b6a (patch) | |
tree | 537c67f334a358b00dd7d0948d84527db0a4ec5f /src/gui/dialogs/about-int.h | |
parent | d01509d9afe32c0d98d2efba5e75a9df53ac5de9 (diff) |
Fix small typos.
Diffstat (limited to 'src/gui/dialogs/about-int.h')
-rw-r--r-- | src/gui/dialogs/about-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/about-int.h b/src/gui/dialogs/about-int.h index 382859b..616c73f 100644 --- a/src/gui/dialogs/about-int.h +++ b/src/gui/dialogs/about-int.h @@ -1,6 +1,6 @@ /* Chrysalide - Outil d'analyse de fichiers binaires - * about.h - définitions internes pour la boîte de dialogue d'information sur le programme + * about-int.h - définitions internes pour la boîte de dialogue d'information sur le programme * * Copyright (C) 2024 Cyrille Bagard * @@ -28,7 +28,7 @@ #include <stdbool.h> -#include "about-int.h" +#include "about.h" |