aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgetopt.h')
-rw-r--r--src/wgetopt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wgetopt.h b/src/wgetopt.h
index f0b86f69..6bc0df5f 100644
--- a/src/wgetopt.h
+++ b/src/wgetopt.h
@@ -11,7 +11,8 @@
// 4. #include wgetopt.h in your program
// 5. Make use of all the regular getopt functions, prefixing every function, global variable
// and d structure with a 'w', and use only wide character strings.
-// There are no other functional changes in this version of getopt besides using wide character strings.
+// There are no other functional changes in this version of getopt besides using wide character
+// strings.
//
// For examples of how to use wgetopt, see the fish builtin functions, which are defined in
// src/builtin_*.cpp