From 7353bde201b57ce0a3cb9c8c7097ac3ac95d92ab Mon Sep 17 00:00:00 2001 From: Andreas Waidler Date: Fri, 24 Jun 2011 15:11:07 +0200 Subject: [PATCH] Fixed syntax error introduced in previous commit. --- src/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.h b/src/config.h index 96829f9..eb5f56b 100644 --- a/src/config.h +++ b/src/config.h @@ -19,9 +19,9 @@ #define READ_BUFFER_SIZE 16 #define TEXT_BUFFER_SIZE 8192 -// If you change FILE_NAME_LENGTH, you have to change the -// corresponding acceptance test as well -// (currently long_item_title)! +/* If you change FILE_NAME_LENGTH, you have to change the + corresponding acceptance test as well (currently + long_item_title)! */ #define FILE_NAME_LENGTH 64 #endif -- 2.11.4.GIT