X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fcstack.h;h=bea73a6a223c503e04a25a530475b23a5d7101c7;hb=d4843ea375360f37e965709e73c0fbd68e302dca;hp=c5005ad63841e6f1aea18b80ad6055ebdedc2cc4;hpb=11bf64f833379a70fc3f9b2adb365312810a26c2;p=smdp.git diff --git a/include/cstack.h b/include/cstack.h index c5005ad..bea73a6 100644 --- a/include/cstack.h +++ b/include/cstack.h @@ -5,7 +5,7 @@ * An implementation of a char stack in heap memory. * Copyright (C) 2014 Michael Goehler * - * This file is part of mpd. + * This file is part of mdp. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -57,4 +57,4 @@ int cstack_top(cstack_t *self, char c); int cstack_empty(cstack_t *self); void cstack_delete(cstack_t *self); -#endif // !defined( CSTACK_H ) \ No newline at end of file +#endif // !defined( CSTACK_H )