瀏覽代碼

typo

master
phillbush 4 年之前
父節點
當前提交
207c3312d5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      xmenu.c

+ 1
- 1
xmenu.c 查看文件

@@ -73,7 +73,7 @@ static void setupdc(void);
static void calcgeom(struct Geometry *geom);
static struct Item *allocitem(const char *label, const char *output);
static struct Menu *allocmenu(struct Menu *parent, struct Item *list, unsigned level);
static struct Menu * buildmenutree(unsigned level, const char *label, const char *output);
static struct Menu *buildmenutree(unsigned level, const char *label, const char *output);
static struct Menu *parsestdin(void);
static void calcmenu(struct Geometry *geom, struct Menu *menu);
static void grabpointer(void);


Loading…
取消
儲存