From 4e33b9c3aede995b589d5df2d0a738bc333eed0f Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Wed, 15 Oct 2008 19:26:07 +0200 Subject: [PATCH] .h: Typo & test git with my P4 --- src/structs.h | 2 +- src/wmfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structs.h b/src/structs.h index 30bed33..8d37598 100644 --- a/src/structs.h +++ b/src/structs.h @@ -39,7 +39,7 @@ #define MAXTAG 36 #define MAXLAYOUT 3 -/* typedef */ +/* Typedef */ typedef const char* uicb_t; typedef unsigned int uint; typedef unsigned long ulong; diff --git a/src/wmfs.h b/src/wmfs.h index f69b674..5157d6b 100644 --- a/src/wmfs.h +++ b/src/wmfs.h @@ -53,7 +53,7 @@ #include #include -/* local headers */ +/* Local headers */ #include "config.h" #include "structs.h"