Case tabulation
This commit is contained in:
parent
d7daa8bc3c
commit
04892cbbef
|
@ -1043,17 +1043,17 @@ hexchat_get_info (hexchat_plugin *ph, const char *id)
|
||||||
/* do the session independant ones first */
|
/* do the session independant ones first */
|
||||||
switch (hash)
|
switch (hash)
|
||||||
{
|
{
|
||||||
case 0x325acab5: /* libdirfs */
|
case 0x325acab5: /* libdirfs */
|
||||||
return HEXCHATLIBDIR;
|
return HEXCHATLIBDIR;
|
||||||
|
|
||||||
case 0x14f51cd8: /* version */
|
case 0x14f51cd8: /* version */
|
||||||
return PACKAGE_VERSION;
|
return PACKAGE_VERSION;
|
||||||
|
|
||||||
case 0xdd9b1abd: /* xchatdir */
|
case 0xdd9b1abd: /* xchatdir */
|
||||||
case 0x9a70daba: /* hexchatdir */
|
case 0x9a70daba: /* hexchatdir */
|
||||||
case 0xe33f6c4a: /* xchatdirfs */
|
case 0xe33f6c4a: /* xchatdirfs */
|
||||||
case 0xc1a52107: /* hexchatdirfs */
|
case 0xc1a52107: /* hexchatdirfs */
|
||||||
return get_xdir ();
|
return get_xdir ();
|
||||||
}
|
}
|
||||||
|
|
||||||
sess = ph->context;
|
sess = ph->context;
|
||||||
|
|
Loading…
Reference in New Issue