diff options
| author | Greg Ercolano <erco@seriss.com> | 2020-07-21 23:57:45 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2020-08-01 14:19:40 -0700 |
| commit | b4095880125b2f0d1d56c80a2bbf3fb0f6f98cb9 (patch) | |
| tree | 1b3cce7dd90de245b96efe0446b0e946ecd971b8 /src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | |
| parent | 2141c63628a831d3f53dad7035c94028f8d0d629 (diff) | |
Remove unneeded strdup from example, fold tabs
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.H')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index 049e6c114..0dd12ca17 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -24,7 +24,7 @@ #include "../../Fl_System_Driver.H" #include <stdarg.h> -#include <string.h> // strdup +#include <string.h> // strdup /* Move everything here that manages the system interface. |
