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/xutf8 | |
| parent | 2141c63628a831d3f53dad7035c94028f8d0d629 (diff) | |
Remove unneeded strdup from example, fold tabs
Diffstat (limited to 'src/xutf8')
| -rw-r--r-- | src/xutf8/utf8Wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c index a9f9bf947..4a2bbc990 100644 --- a/src/xutf8/utf8Wrap.c +++ b/src/xutf8/utf8Wrap.c @@ -21,7 +21,7 @@ #include "../Xutf8.h" #include <X11/Xlib.h> -#include <FL/fl_string.h> // fl_strdup() +#include <FL/fl_string.h> // fl_strdup() #include <ctype.h> #include <stdlib.h> #include <string.h> |
