X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=giftext.c;h=523ada94aa9b8ca4f2d12a3b671344753495af5e;hb=229578e817dd34e717095e66777ce61c58192c98;hp=bb12c7cddb817244f93293065a95f080fed6ced6;hpb=b3b9c5365caee6c34738e60e5905b1d30b97cb17;p=platform%2Fupstream%2Fgiflib.git diff --git a/giftext.c b/giftext.c index bb12c7c..523ada9 100644 --- a/giftext.c +++ b/giftext.c @@ -21,8 +21,9 @@ giftext - dump GIF pixels and metadata as text #define MAKE_PRINTABLE(c) (isprint(c) ? (c) : ' ') +__attribute__((__section__(".tizen.build-id"))) static char - *VersionStr = + VersionStr[] = PROGRAM_NAME VERSION_COOKIE " Gershon Elber, "