Re: updated: [89d3cbd] Removed unneeded var to make build process a bit cleaner
- From: Roland Illig <roland illig gmx de>
- To: mc-devel gnome org
- Subject: Re: updated: [89d3cbd] Removed unneeded var to make build process a bit cleaner
- Date: Tue, 27 Jan 2009 01:53:28 +0100
Patrick Winnertz schrieb:
> @@ -61,7 +61,7 @@ static inline char* __mhl_str_concat_hlp(const char* base, ...)
> size_t totalsize = 0;
>
> // first pass: scan through the params and count string sizes
> - va_list par;
> + //va_list par;
These comments are not valid in C90. And please don't use identifiers
that start with a double underscore. They are reserved for the compiler.
Roland
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]