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/fl_string.cxx | |
| parent | 2141c63628a831d3f53dad7035c94028f8d0d629 (diff) | |
Remove unneeded strdup from example, fold tabs
Diffstat (limited to 'src/fl_string.cxx')
| -rw-r--r-- | src/fl_string.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_string.cxx b/src/fl_string.cxx index cd0d08496..c53c0e21f 100644 --- a/src/fl_string.cxx +++ b/src/fl_string.cxx @@ -15,7 +15,7 @@ */ #include <FL/fl_string.h> -#include <string.h> // strdup/_strdup +#include <string.h> // strdup/_strdup #include "Fl_System_Driver.H" /** |
