[hackers] [sbase] Fix comment style and nuke stray whitespace || sin

From: <git_AT_suckless.org>
Date: Wed, 16 Jul 2014 21:43:33 +0200

commit ac402965d582f04558bfc1e11309a9d8294c65cc
Author: sin <sin_AT_2f30.org>
Date: Wed Jul 16 20:42:46 2014 +0100

    Fix comment style and nuke stray whitespace

diff --git a/tr.c b/tr.c
index f902672..e75fcea 100644
--- a/tr.c
+++ b/tr.c
_AT_@ -204,7 +204,7 @@ is_mapping_wide(const char *set1, const char *set2)
                         set_state_defaults(&ss2);
                         ss2.s = (char *) set2;
                         /* if the character returned is from an octal triplet, it might be null
- and still need to continue */
+ * and still need to continue */
                         while((wc1 = (unsigned char) get_next_char(&ss1)) || ss1.prev_was_octal ) {
                                 if(!(wc2 = (unsigned char) get_next_char(&ss2)))
                                         wc2 = last_wc2;
Received on Wed Jul 16 2014 - 21:43:33 CEST

This archive was generated by hypermail 2.3.0 : Wed Jul 16 2014 - 21:48:09 CEST