X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/093f39df23da146cc88e9987469081e5b3016cfe..1d43e2f2b2a31caa48f16d0042d56e57545b2b48:/slstatus.h diff --git a/slstatus.h b/slstatus.h index 7d0d887..f09b3bc 100644 --- a/slstatus.h +++ b/slstatus.h @@ -6,9 +6,9 @@ static Display *dpy; /* statusbar configuration type and struct */ typedef char *(*op_fun) (const char *); struct arg { - op_fun func; - const char *format; - const char *args; + op_fun func; + const char *format; + const char *args; }; /* functions */