]> git.tuebingen.mpg.de Git - paraslash.git/commit
afs.h: Omit superfluous semicolons.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 May 2025 20:42:00 +0000 (22:42 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 19:41:33 +0000 (21:41 +0200)
commit8228a2440b1d4a71c6e0fedba6819ef9c2cb2b63
treed5511bd7c07eed1d4045b464b9f20396d0c2a396
parent57b5041ebff16020b301e4319bc8256d99fe02ab
afs.h: Omit superfluous semicolons.

The DECLARE_BLOB_SYMBOLS macro expands to a bunch of declarations, each of
which is terminated by a semicolon. So don't add another one.
afs.h