diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-12 17:14:10 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-12 17:14:10 -0400 |
| commit | e580412bcf9d2f0d295f414860375e7d1bb90c2b (patch) | |
| tree | fd97dc96b186c9a82c2b8cb6de3c54650d71b6e5 /src/d/d_file_error.cpp | |
| parent | e70562699f4bc5266409d7a32372a4df4e0accd6 (diff) | |
Fix missing returns and other warnings
Diffstat (limited to 'src/d/d_file_error.cpp')
| -rw-r--r-- | src/d/d_file_error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_file_error.cpp b/src/d/d_file_error.cpp index 5c6d6f27..e006aaca 100644 --- a/src/d/d_file_error.cpp +++ b/src/d/d_file_error.cpp @@ -8,7 +8,7 @@ #include "d/d_file_error.h" #include "dolphin/types.h" #include "f_op/f_op_msg_mng.h" -#include "m_Do/m_do_controller_pad.h" +#include "m_Do/m_Do_controller_pad.h" dFe_HIO_c g_feHIO; |
