1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

cleanup: drop unwanted ';'

This commit is contained in:
Zdenek Kabelac 2013-04-21 22:32:43 +02:00
parent 5a751ad703
commit 9cdcde494f

View File

@ -95,7 +95,7 @@ struct local_client {
} bits;
};
#define DEBUGLOG(fmt, args...) debuglog(fmt, ## args);
#define DEBUGLOG(fmt, args...) debuglog(fmt, ## args)
#ifndef max
#define max(a,b) ((a)>(b)?(a):(b))