From d8b8a132850e82e06bb2570776ad2de154a3905f Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Thu, 30 May 2019 22:29:23 +0900 Subject: [PATCH] taglist: Fix broken empty set character in code Previous one was not a valid ASCII empty set character. 'tig' and 'git log -p' couldn't represent it as expected. --- gst/gsttaglist.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index 36d85734d7..156c745326 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -51,12 +51,12 @@ G_BEGIN_DECLS * * | merge mode | A + B | A + !B | !A + B | !A + !B | * | ----------- | ----- | ------ | ------ | ------- | - * | REPLACE_ALL | B | ∅ | B | ∅ | - * | REPLACE | B | A | B | ∅ | - * | APPEND | A, B | A | B | ∅ | - * | PREPEND | B, A | A | B | ∅ | - * | KEEP | A | A | B | ∅ | - * | KEEP_ALL | A | A | ∅ | ∅ | + * | REPLACE_ALL | B | ø | B | ø | + * | REPLACE | B | A | B | ø | + * | APPEND | A, B | A | B | ø | + * | PREPEND | B, A | A | B | ø | + * | KEEP | A | A | B | ø | + * | KEEP_ALL | A | A | ø | ø | */ typedef enum {