Make comment style more consistent

This commit is contained in:
Orestis Floros
2018-04-21 13:02:14 +03:00
parent a65914f338
commit e4d2b38552
21 changed files with 39 additions and 34 deletions

View File

@ -15,7 +15,7 @@
#include <config.h>
/*
/**
* Initializes the Match data structure. This function is necessary because the
* members representing boolean values (like dock) need to be initialized with
* -1 instead of 0.