diff options
Diffstat (limited to 'src/sbuf.h')
-rw-r--r-- | src/sbuf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,12 +7,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. - * + * * ratpoison is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, @@ -24,7 +24,7 @@ #include <stdlib.h> -struct +struct sbuf { char *data; |