Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67cefd
)
Convert ux_blorb.h to K&R style.
author
David Griffith
<dave@661.org>
Thu, 19 Sep 2019 06:09:40 +0000
(23:09 -0700)
committer
David Griffith
<dave@661.org>
Thu, 19 Sep 2019 21:29:51 +0000
(14:29 -0700)
src/curses/ux_blorb.h
patch
|
blob
|
history
diff --git
a/src/curses/ux_blorb.h
b/src/curses/ux_blorb.h
index 2f7a9759e483d0b182385239e8de15ea911c31ac..f8a22e280807aa6db22b42c1d4aff279fc3b5199 100644
(file)
--- a/
src/curses/ux_blorb.h
+++ b/
src/curses/ux_blorb.h
@@
-25,10
+25,10
@@
typedef struct sampledata_struct {
*
*/
typedef struct {
- bb_result_t bbres;
- // ulong type;
- unsigned long type;
- FILE *fp;
+
bb_result_t bbres;
+ /* ulong type; */
+
unsigned long type;
+
FILE *fp;
} myresource;
extern bb_err_t blorb_err;