From df17c554147ac4d68ead793d60ca1f8208bd2e6f Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 27 Oct 2008 11:08:37 +0100 Subject: [PATCH] Fixed a typo in configuration example. --- ucw/doc/conf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/doc/conf.txt b/ucw/doc/conf.txt index 2bc7cf08..71358a81 100644 --- a/ucw/doc/conf.txt +++ b/ucw/doc/conf.txt @@ -152,7 +152,7 @@ are three ways to do that: + For example, you can have an static array of five unsigned integers: + - static uns array = { 1, 2, 3, 4, 5 }; + static uns array[] = { 1, 2, 3, 4, 5 }; + static struct cf_section section = { CF_ITEMS { -- 2.39.2