summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index 3d4f424f..b4a8ba7b 100644
--- a/src/main.h
+++ b/src/main.h
@@ -61,9 +61,8 @@
/* length definitions for several char[]s in order
* to be able to use strncpy instead of strcpy for
- * security and stability reasons
- *
- * best regards - kth5 */
+ * security and stability reasons */
+
#define LEN_USERNAME 25
#define LEN_PASSWORD 25