]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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

diff --git a/afs.h b/afs.h
index e8b8c865bda36b9f905b2c1cb435d03bc12d3cbd..622ac70f304ef9051a9d4ec063713059192ab492 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -300,10 +300,10 @@ int playlist_check_callback(struct afs_callback_arg *aca);
        extern const struct afs_table_operations table_name ## _ops;
 
 /** \cond blob_symbols */
-DECLARE_BLOB_SYMBOLS(lyrics, lyr);
-DECLARE_BLOB_SYMBOLS(images, img);
-DECLARE_BLOB_SYMBOLS(moods, mood);
-DECLARE_BLOB_SYMBOLS(playlists, pl);
+DECLARE_BLOB_SYMBOLS(lyrics, lyr)
+DECLARE_BLOB_SYMBOLS(images, img)
+DECLARE_BLOB_SYMBOLS(moods, mood)
+DECLARE_BLOB_SYMBOLS(playlists, pl)
 /** \endcond blob_symbols */
 
 /** The columns of an abstract blob table. */