From 6833a03caeed7c683d4b4e0cdac23d9d7526ee01 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 06:12:56 +0100 Subject: [PATCH] obexd: The static keyword has to come first --- obexd/src/manager.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/obexd/src/manager.c b/obexd/src/manager.c index 96bb09872..bec63bedc 100644 --- a/obexd/src/manager.c +++ b/obexd/src/manager.c @@ -42,7 +42,7 @@ #include "obex.h" #include "logging.h" -const static gchar *opp_record = " \ +static const gchar *opp_record = " \ \ \ \ @@ -92,7 +92,7 @@ const static gchar *opp_record = " \ \ "; -const static gchar *ftp_record = " \ +static const gchar *ftp_record = " \ \ \ \ @@ -129,7 +129,7 @@ const static gchar *ftp_record = " \ \ "; -const static gchar *pbap_record = " \ +static const gchar *pbap_record = " \ \ \ \ @@ -170,7 +170,7 @@ const static gchar *pbap_record = " \ \ "; -const static gchar *pcsuite_record = +static const gchar *pcsuite_record = " \ \ \ -- 2.47.3